<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>22313</bug_id>
          
          <creation_ts>2013-06-08 20:03:54 +0000</creation_ts>
          <short_desc>unicode-range is incorrectly formatted</short_desc>
          <delta_ts>2015-02-16 00:38:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>CSS 3</component>
          <version>CSS Validator</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://www.plam.cantech.bg</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Chris Adams">chris</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>plam</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>88978</commentid>
    <comment_count>0</comment_count>
    <who name="Chris Adams">chris</who>
    <bug_when>2013-06-08 20:03:54 +0000</bug_when>
    <thetext>With a font declaration which uses unicode-range with more than a single value, the displayed font format will repeat the first value n times rather than displaying the subsequent values:


@font-face {
  font-family: &quot;Noto Sans&quot;;
  src: local(&quot;NotoSansArmenian&quot;), local(&quot;Noto Sans Armenian&quot;), url(NotoSansArmenian-Regular.woff) format(&quot;woff&quot;);
  unicode-range: U+530-58F, U+FB13-FB17;
}

the validation report will display:

Valid CSS information
@font-face {
font-family : &apos;&quot;Noto Sans&quot;&apos;;
src : local(&quot;NotoSansArmenian&quot;), local(&quot;Noto Sans Armenian&quot;), url(NotoSansArmenian-Regular.woff) format(&quot;woff&quot;);
unicode-range : U+530-58F, U+530-58F;
}

It also appears that the font-family declaration is incorrectly double-quoted.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>