- From: John Daggett via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Feb 2012 07:39:16 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-fonts
In directory hutz:/tmp/cvs-serv30013
Modified Files:
Fonts.html
Log Message:
remove SOR issues - resolved at TPAC
Index: Fonts.html
===================================================================
RCS file: /sources/public/csswg/css3-fonts/Fonts.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Fonts.html 14 Oct 2011 00:38:13 -0000 1.68
+++ Fonts.html 17 Feb 2012 07:39:13 -0000 1.69
@@ -10,6 +10,7 @@
"default.css" rather than "../default.css"
-->
<link href="../default.css" rel=stylesheet type="text/css">
+ <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
<style type="text/css">
@@ -111,14 +112,14 @@
<h1>CSS Fonts Module Level 3</h1>
- <h2 class="no-num no-toc" id=editors>Editor's Draft 14 October 2011</h2>
+ <h2 class="no-num no-toc" id=editors>Editor's Draft 17 February 2012</h2>
<dl id=authors>
<dt>This version:
<dd><a
href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
- <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20111014/">http://www.w3.org/TR/2011/ED-css3-fonts-20111014/</a> -->
+ <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-fonts-20120217/">http://www.w3.org/TR/2012/ED-css3-fonts-20120217/</a> -->
<dt>Latest version:
@@ -154,7 +155,7 @@
<!--begin-copyright-->
<p class=copyright><a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
- rel=license>Copyright</a> © 2011 <a href="http://www.w3.org/"><acronym
+ rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><acronym
title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
@@ -365,10 +366,7 @@
<li class=no-num><a href="#platform-props-to-css">Appendix A: Mapping
platform font properties to CSS properties</a>
- <li class=no-num><a href="#font-licensing">Appendix B: Font licensing
- issues</a>
-
- <li class=no-num><a href="#font-feature-values-DOM">Appendix C: DOM
+ <li class=no-num><a href="#font-feature-values-DOM">Appendix B: DOM
Interfaces</a>
<li class=no-num><a href="#ch-ch-ch-changes">Changes</a>
@@ -2601,7 +2599,8 @@
character-variant(<feature-value-name>
[,<feature-value-name>]*) || swash(<feature-value-name>) ||
ornaments(<feature-value-name>) ||
- annotation(<feature-value-name>) || <caps-value> ||
+ annotation(<feature-value-name>) || [ small-caps | all-small-caps
+ | petite-caps | all-petite-caps | titling-caps | unicase ] ||
<numeric-figure-values> || <numeric-spacing-values> ||
<numeric-fraction-values> || ordinal || slashed-zero ||
<east-asian-variant-values> || <east-asian-width-values> ||
@@ -2701,12 +2700,6 @@
whether a font is same origin or not, only the origin of the containing
document is used. The restriction applies to all font types.
- <p class=issue>Some implementers would prefer to define a new mechanism
- (tentatively named From-Origin) to control access to all resource types,
- in preference to the origin matching algorithm referred to here. As such,
- this subsection should be considered at risk for alteration if such an
- alternative mechanism is defined.
-
<p>Given a document located at http://example.com/page.html, fonts defined
with ‘<code class=property><a href="#descdef-src">src</a></code>’
definitions considered cross origin must not be loaded:
@@ -2732,12 +2725,6 @@
cross-site downloading of font data using the
<code>Access-Control-Allow-Origin</code> HTTP header.
- <p class=issue>If an alternative mechanism to control resource loading
- (such as the suggested From-Origin HTTP header) is specified, the
- appropriate mechanism to relax the default same-origin restriction for
- @font-face may also change. As such, this subsection should be considered
- at risk for alteration if such an alternative mechanism is defined.
-
<h2 id=font-matching-algorithm><span class=secno>5 </span>Font matching
algorithm</h2>
@@ -3477,7 +3464,8 @@
<tr>
<td>Value:
- <td>normal | inherit | <caps-value>
+ <td>normal | inherit | small-caps | all-small-caps | petite-caps |
+ all-petite-caps | titling-caps | unicase
<tr>
<td>Initial:
@@ -3512,9 +3500,6 @@
<p>Specifies control over capitalized forms.
- <pre
- class=prod><dfn id=ltcaps-valuegt><var><caps-value></var></dfn> = small-caps | all-small-caps | petite-caps | all-petite-caps | titling-caps | unicase</pre>
-
<p>Individual values have the following meanings:
<dl>
@@ -4107,7 +4092,7 @@
font-variant-alternates: character-variant(zeta-2, zeta);
}</pre>
- <p>See <a href="#font-feature-values-DOM">Appendix C</a> for a description
+ <p>See <a href="#font-feature-values-DOM">Appendix B</a> for a description
of the interfaces used to modify these rules via the CSS Object Model.
<div class=figure><img alt="Matching text on Byzantine seals using
@@ -4301,7 +4286,8 @@
character-variant(<feature-value-name>
[,<feature-value-name>]*) || swash(<feature-value-name>) ||
ornaments(<feature-value-name>) ||
- annotation(<feature-value-name>) || <caps-value> ||
+ annotation(<feature-value-name>) || [ small-caps | all-small-caps
+ | petite-caps | all-petite-caps | titling-caps | unicase ] ||
<numeric-figure-values> || <numeric-spacing-values> ||
<numeric-fraction-values> || ordinal || slashed-zero ||
<east-asian-variant-values> || <east-asian-width-values> ||
@@ -4783,45 +4769,7 @@
<p class=issue>Need to define normatively how WWS names are handled across
platforms.
- <h2 class=no-num id=font-licensing>Appendix B: Font licensing issues</h2>
-
- <p><em>This appendix is informative only.</em>
-
- <p>The use of fonts on the web is often surrounded in controversy. Font
- designers expend huge amounts of effort to create their designs,
- painstakingly refining letterforms and tuning font data to assure that the
- letterforms appear as desired both in print and on the screen. As a result
- they often license their fonts very carefully, often with somewhat complex
- terms. Authors who want to use specific fonts via a downloadable font
- mechanism must always carefully verify that their intended use is within
- the scope of the font license. Many commercial fonts presently do not
- allow web downloading of their fonts in any form. Font formats often store
- references to the font license within the font data itself. When in doubt,
- it is best to verify with the font designer directly. Vendors that bundle
- fonts with their products are also strongly encouraged to carefully
- explain the license details that covers the fonts they bundle.
-
- <div class=example>
- <p>An author would like to use <a
- href="http://www.typography.com/fonts/font_overview.php?productLineID=
- 100008">Gotham</a>, a font designed by Hoefler & Frere-Jones, as a
- downloadable font for their webpages. But the <a
- href="http://www.typography.com/home/eula.php">end-user license
- agreement</a> that covers Gotham specifically notes that usage via
- @font-face rules in CSS style sheets is not allowed. The author cannot
- link to this font in their web pages.</p>
- </div>
-
- <div class=example>
- <p>An author wants to use <a
- href="http://scripts.sil.org/gentium">Gentium</a>, a font developed by
- SIL International. This font is licensed under the terms of the <a
- href="http://scripts.sil.org/ofl">Open Font License</a>, so as long as
- the author follows the relatively liberal terms of this license, they can
- use Gentium as a downloadable font for their web pages.</p>
- </div>
-
- <h2 class=no-num id=font-feature-values-DOM>Appendix C: DOM Interfaces</h2>
+ <h2 class=no-num id=font-feature-values-DOM>Appendix B: DOM Interfaces</h2>
<p><em>This appendix is normative.</em>
@@ -4982,10 +4930,10 @@
<dt id=CSS21>[CSS21]
<dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
2011. W3C Recommendation. URL: <a
- href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
</dd>
<!---->
@@ -5200,9 +5148,6 @@
<li>at-rules, <a href="#at-rule" title=at-rules>4.1</a>
- <li><var><caps-value></var>, <a href="#ltcaps-valuegt"
- title="<caps-value>"><strong>6.6</strong></a>
-
<li>character-variant(<feature-value-name>
[,<feature-value-name>]*), <a
href="#character-variantltfeature-value-namegt"
@@ -5683,7 +5628,8 @@
character-variant(<feature-value-name>
[,<feature-value-name>]*) || swash(<feature-value-name>) ||
ornaments(<feature-value-name>) ||
- annotation(<feature-value-name>) || <caps-value> ||
+ annotation(<feature-value-name>) || [ small-caps | all-small-caps
+ | petite-caps | all-petite-caps | titling-caps | unicase ] ||
<numeric-figure-values> || <numeric-spacing-values> ||
<numeric-fraction-values> || ordinal || slashed-zero ||
<east-asian-variant-values> || <east-asian-width-values> ||
@@ -5725,7 +5671,8 @@
<th><a class=property
href="#propdef-font-variant-caps">font-variant-caps</a>
- <td>normal | inherit | <caps-value>
+ <td>normal | inherit | small-caps | all-small-caps | petite-caps |
+ all-petite-caps | titling-caps | unicase
<td>normal
Received on Friday, 17 February 2012 07:39:27 UTC