- From: John Daggett via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 01:30:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-fonts
In directory hutz:/tmp/cvs-serv20004
Modified Files:
Fonts.html
Log Message:
updated DOM constant
Index: Fonts.html
===================================================================
RCS file: /sources/public/csswg/css3-fonts/Fonts.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Fonts.html 4 Oct 2011 09:43:59 -0000 1.66
+++ Fonts.html 12 Oct 2011 01:30:57 -0000 1.67
@@ -111,14 +111,14 @@
<h1>CSS Fonts Module Level 3</h1>
- <h2 class="no-num no-toc" id=editors>Editor's Draft 4 October 2011</h2>
+ <h2 class="no-num no-toc" id=editors>Editor's Draft 12 October 2011</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-20111004/">http://www.w3.org/TR/2011/ED-css3-fonts-20111004/</a> -->
+ <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20111012/">http://www.w3.org/TR/2011/ED-css3-fonts-20111012/</a> -->
<dt>Latest version:
@@ -4837,7 +4837,7 @@
<pre>
interface CSSRule {
...
-const unsigned short FONT_FEATURE_VALUES_RULE = 11;
+const unsigned short FONT_FEATURE_VALUES_RULE = 14;
...
};</pre>
</div>
Received on Wednesday, 12 October 2011 01:31:07 UTC