Skip to content

Commit 2f650a7

Browse files
author
John Daggett
committed
updated DOM constant
1 parent f2e11fe commit 2f650a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@
111111

112112
<h1>CSS Fonts Module Level 3</h1>
113113

114-
<h2 class="no-num no-toc" id=editors>Editor's Draft 4 October 2011</h2>
114+
<h2 class="no-num no-toc" id=editors>Editor's Draft 12 October 2011</h2>
115115

116116
<dl id=authors>
117117
<dt>This version:
118118

119119
<dd><a
120120
href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
121-
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20111004/">http://www.w3.org/TR/2011/ED-css3-fonts-20111004/</a> -->
121+
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20111012/">http://www.w3.org/TR/2011/ED-css3-fonts-20111012/</a> -->
122122

123123

124124
<dt>Latest version:
@@ -4837,7 +4837,7 @@ <h2 class=no-num id=font-feature-values-DOM>Appendix C: DOM Interfaces</h2>
48374837
<pre>
48384838
interface CSSRule {
48394839
...
4840-
const unsigned short FONT_FEATURE_VALUES_RULE = 11;
4840+
const unsigned short FONT_FEATURE_VALUES_RULE = 14;
48414841
...
48424842
};</pre>
48434843
</div>

0 commit comments

Comments
 (0)