|
25 | 25 | <div class=head> |
26 | 26 | <h1 id=cssom>CSSOM</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id="">Editor's Draft 3 December 2009</h2> |
| 28 | + <h2 class="no-num no-toc" id="">Editor's Draft 31 January 2010</h2> |
29 | 29 |
|
30 | 30 | <dl> |
31 | 31 | <dt>This Version: |
32 | 32 |
|
33 | 33 | <dd><a |
34 | | - href="http://www.w3.org/TR/2009/ED-cssom-20091203/">http://www.w3.org/TR/2009/ED-cssom-20091203/</a> |
| 34 | + href="http://www.w3.org/TR/2010/ED-cssom-20100131/">http://www.w3.org/TR/2010/ED-cssom-20100131/</a> |
35 | 35 |
|
36 | 36 | <dt>Latest Version: |
37 | 37 |
|
@@ -1090,7 +1090,7 @@ <h3 id=style-sheet-collections><span class=secno>6.2. </span>Style Sheet |
1090 | 1090 | href="#style-sheet-set">style sheet set</a> whose <a |
1091 | 1091 | href="#style-sheet-set-name">style sheet set name</a> is a |
1092 | 1092 | case-sensitive match for <var title="">name</var> to false and set it to |
1093 | | - false for all other <a href="#style-sheet" title="style sheet">style |
| 1093 | + true for all other <a href="#style-sheet" title="style sheet">style |
1094 | 1094 | sheets</a> in a <a href="#style-sheet-set">style sheet set</a>. |
1095 | 1095 | </ol> |
1096 | 1096 |
|
@@ -1198,7 +1198,7 @@ <h4 id=the-documentstyle-interface><span class=secno>6.2.3. </span>The |
1198 | 1198 | readonly attribute DOMString? <a href="#documentstyle-lastStyleSheetSet">lastStyleSheetSet</a>; |
1199 | 1199 | readonly attribute DOMString? <a href="#documentstyle-preferredStyleSheetSet">preferredStyleSheetSet</a>; |
1200 | 1200 | readonly attribute DOMStringList <a href="#documentstyle-styleSheetSets">styleSheetSets</a>; |
1201 | | - void <a href="#documentstyle-enablestylesheetsforset" title=documentstyle-enablestylesheetsforset>enableStylesheetsForSet</a>(DOMString? <var>name</var>); |
| 1201 | + void <a href="#documentstyle-enablestylesheetsforset" title=documentstyle-enablestylesheetsforset>enableStyleSheetsForSet</a>(DOMString? <var>name</var>); |
1202 | 1202 | }; |
1203 | 1203 |
|
1204 | 1204 | <span>Document</span> implements <a href="#documentstyle">DocumentStyle</a>;</pre> |
@@ -1290,7 +1290,7 @@ <h4 id=the-documentstyle-interface><span class=secno>6.2.3. </span>The |
1290 | 1290 | style sheets</a>. |
1291 | 1291 |
|
1292 | 1292 | <p>The <dfn id=documentstyle-enablestylesheetsforset |
1293 | | - title=documentstyle-enablestylesheetsforset><code>enableStylesheetsForSet(<var |
| 1293 | + title=documentstyle-enablestylesheetsforset><code>enableStyleSheetsForSet(<var |
1294 | 1294 | title="">name</var>)</code></dfn> method <em class=ct>must</em>, when |
1295 | 1295 | invoked, run these steps: |
1296 | 1296 |
|
@@ -1405,7 +1405,7 @@ <h4 id=examples><span class=secno>6.2.5. </span>Examples</h4> |
1405 | 1405 | <code><link></code> element, the <code><a |
1406 | 1406 | href="#documentstyle-preferredStyleSheetSet">preferredStyleSheetSet</a></code> |
1407 | 1407 | is set and the <code title=documentstyle-enablestylesheetsforset><a |
1408 | | - href="#documentstyle-enablestylesheetsforset">enableStylesheetsForSet()</a></code> |
| 1408 | + href="#documentstyle-enablestylesheetsforset">enableStyleSheetsForSet()</a></code> |
1409 | 1409 | method is called (since <code><a |
1410 | 1410 | href="#documentstyle-selectedStyleSheetSet">selectedStyleSheetSet</a></code> |
1411 | 1411 | was never set explicitly, leaving <code><a |
@@ -4232,8 +4232,8 @@ <h2 class=no-num id=acknowledgements>Acknowledgements</h2> |
4232 | 4232 |
|
4233 | 4233 | <p>The editor would like to thank Alexey Feldgendler, Björn Höhrmann, |
4234 | 4234 | David Baron, Hallvord R. M. Steen, Ian Hickson, Lachlan Hunt, Morten |
4235 | | - Stenshorne, Robert O'Callahan, Sjoerd Visscher, Simon Pieters, and Tarquin |
4236 | | - Wilton-Jones for contributing to this specification. |
| 4235 | + Stenshorne, Robert O'Callahan, Sjoerd Visscher, Simon Pieters, Sylvain |
| 4236 | + Galineau, and Tarquin Wilton-Jones for contributing to this specification. |
4237 | 4237 |
|
4238 | 4238 | <p>Even more thanks to Ian Hickson for writing up the the initial version |
4239 | 4239 | of the alternative style sheets API and canonicalization rules for CSS |
|
0 commit comments