css-fonts/Fonts.html

changeset 8385
c08eb03dc645
parent 8369
660486acf1ee
child 8386
239900bde699
     1.1 --- a/css-fonts/Fonts.html	Sun Jun 09 06:40:58 2013 +0100
     1.2 +++ b/css-fonts/Fonts.html	Mon Jun 10 11:18:23 2013 +0900
     1.3 @@ -105,8 +105,8 @@
     1.4    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
     1.5    type="text/css">
     1.6    <script defer=defer
     1.7 -    src="http://test.csswg.org/harness/annotate.js#CSS3-FONTS_DEV"
     1.8 -    type="text/javascript"></script>
     1.9 +  src="http://test.csswg.org/harness/annotate.js#CSS3-FONTS_DEV"
    1.10 +  type="text/javascript"></script>
    1.11  
    1.12   <body>
    1.13    <div class=head> <!--begin-logo-->
    1.14 @@ -115,7 +115,7 @@
    1.15  
    1.16     <h1>CSS Fonts Module Level 3</h1>
    1.17  
    1.18 -   <h2 class="no-num no-toc" id=editors-draft-7-june-2013>Editor's Draft 7
    1.19 +   <h2 class="no-num no-toc" id=editors-draft-10-june-2013>Editor's Draft 10
    1.20      June 2013</h2>
    1.21  
    1.22     <dl id=authors>
    1.23 @@ -123,7 +123,7 @@
    1.24  
    1.25      <dd><a
    1.26       href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
    1.27 -     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130607/">http://www.w3.org/TR/2013/ED-css3-fonts-20130607/</a> -->
    1.28 +     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130610/">http://www.w3.org/TR/2013/ED-css3-fonts-20130610/</a> -->
    1.29       
    1.30  
    1.31      <dt>Latest version:
    1.32 @@ -233,14 +233,25 @@
    1.33     href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
    1.34     6 of the W3C Patent Policy</a>.</p>
    1.35    <!--end-status-->
    1.36 -  <!--
    1.37 -<h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
    1.38 -
    1.39 -<p>The following features are at risk and may be removed when exiting CR:</p>
    1.40 -
    1.41 -<ul>
    1.42 -</ul>
    1.43 --->
    1.44 +
    1.45 +  <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
    1.46 +
    1.47 +  <p>The following features are at risk and may be removed when exiting CR:
    1.48 +
    1.49 +  <ul>
    1.50 +   <li>Fallback handling for text decoration in superscript/subscript variant
    1.51 +    glyphs (‘<a href="#propdef-font-variant-position"><code
    1.52 +    class=property>font-variant-position</code></a>’)
    1.53 +
    1.54 +   <li>‘<a href="#propdef-font-language-override"><code
    1.55 +    class=property>font-language-override</code></a>’ property
    1.56 +  </ul>
    1.57 +
    1.58 +  <p>This draft is a <strong>Last Call Working Draft</strong>. Please send
    1.59 +   comments to the <a
    1.60 +   href="http://lists.w3.org/Archives/Public/www-style/">www-style mailing
    1.61 +   list</a> as described above. The <strong>deadline for comments</strong> is
    1.62 +   six weeks after the date of publication in the header.
    1.63  
    1.64    <h2 class="no-num no-toc" id=contents>Table of contents</h2>
    1.65    <!--begin-toc-->
    1.66 @@ -3903,6 +3914,10 @@
    1.67      superscript glyphs (middle), and incorrect mixture of the two (right)
    1.68    </div>
    1.69  
    1.70 +  <p>In situations where text decorations are only applied to runs of text
    1.71 +   containing superscript or subscript glyphs, the synthesized glyphs must be
    1.72 +   used to avoid problems with the placement of decorations.
    1.73 +
    1.74    <p>In the past, user agents have used font-size and vertical-align to
    1.75     simulate subscripts and superscripts for the <code title="HTML sub
    1.76     element">sub</code> and <code title="HTML sup element">sup</code>
    1.77 @@ -5390,6 +5405,8 @@
    1.78      system tag</a>, specifies the OpenType language system to be used instead
    1.79      of the language system implied by the language of the element
    1.80    </dl>
    1.81 +  <!-- For this level, string represents a single language code, there's no concept of "fallback" 
    1.82 +http://www.w3.org/2013/06/07-css-minutes.html#item04 -->
    1.83  
    1.84    <p>Use of invalid OpenType language system tags must not generate a parse
    1.85     error but must be ignored when doing glyph selection and placement.

mercurial