|
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 19 February 2010</h2> |
| 28 | + <h2 class="no-num no-toc" id="">Editor's Draft 11 March 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/2010/ED-cssom-20100219/">http://www.w3.org/TR/2010/ED-cssom-20100219/</a> |
| 34 | + href="http://www.w3.org/TR/2010/ED-cssom-20100311/">http://www.w3.org/TR/2010/ED-cssom-20100311/</a> |
35 | 35 |
|
36 | 36 | <dt>Latest Version: |
37 | 37 |
|
@@ -1958,9 +1958,9 @@ <h4 id=the-cssstylerule-interface><span class=secno>7.2.3. </span>The <code |
1958 | 1958 | title="selectors serializing">serializing a group of selectors</span>. On |
1959 | 1959 | setting, the setted value <em class=ct>must</em> be used as input for |
1960 | 1960 | <span title="selectors parsing">parsing a group of selectors</span> and if |
1961 | | - that returns a non-"null" value that is to be used as a selector for the |
1962 | | - CSS statement. If it returns "null" setting <em class=ct>must not</em> |
1963 | | - have an effect. |
| 1961 | + that returns a non-null value that is to be used as a selector for the CSS |
| 1962 | + statement. If it returns null setting <em class=ct>must not</em> have an |
| 1963 | + effect. |
1964 | 1964 |
|
1965 | 1965 | <p>The <dfn id=cssstylerule-style |
1966 | 1966 | title=cssstylerule-style><code>style</code></dfn> attribute <em |
@@ -2118,9 +2118,9 @@ <h4 id=the-csspagerule-interface><span class=secno>7.2.7. </span>The <code |
2118 | 2118 | serializing">serializing CSS page selectors</a>. On setting, the setted |
2119 | 2119 | value <em class=ct>must</em> be used as input for <a |
2120 | 2120 | href="#css-page-selectors-parsing" title="CSS page selectors |
2121 | | - parsing">parsing CSS page selectors</a> and if that returns a non-"null" |
| 2121 | + parsing">parsing CSS page selectors</a> and if that returns a non-null |
2122 | 2122 | value that is to be used as a selector for the <code>@page</code> rule. If |
2123 | | - it returns "null" setting <em class=ct>must not</em> have an effect. |
| 2123 | + it returns null setting <em class=ct>must not</em> have an effect. |
2124 | 2124 |
|
2125 | 2125 | <p>The <dfn id=csspagerule-style |
2126 | 2126 | title=csspagerule-style><code>style</code></dfn> attribute, on getting, |
@@ -2200,20 +2200,6 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>7.3.1. |
2200 | 2200 | <dd> |
2201 | 2201 | <p>The CSS declarations associated with the object. |
2202 | 2202 | </dl> |
2203 | | - |
2204 | | - <p>If an attribute or method returns an object implementing the <code><a |
2205 | | - href="#cssstyledeclaration">CSSStyleDeclaration</a></code> interface (and |
2206 | | - related interfaces) and says the object is <dfn id=readonly |
2207 | | - title="readonly declaration">readonly</dfn> user agents <em |
2208 | | - class=ct>must</em> raise a <code>NO_MODIFICATION_ALLOWED_ERR</code> |
2209 | | - exception on an attempt to modify the object. |
2210 | | - |
2211 | | - <p class=note>Invoking <code title=cssstyledeclaration-removeproperty><a |
2212 | | - href="#cssstyledeclaration-removeproperty">removeProperty</a></code> or |
2213 | | - setting <code title=cssstyledeclaration-csstext><a |
2214 | | - href="#cssstyledeclaration-csstext">cssText</a></code> would be examples |
2215 | | - of that.</p> |
2216 | | - <!-- XXX we should define this in more detail --> |
2217 | 2203 | <!-- XXX review nullable DOMString more carefully (DOMString?) --> |
2218 | 2204 |
|
2219 | 2205 | <pre |
@@ -3674,8 +3660,6 @@ <h3 id=the-elementcssinlinestyle-interface><span class=secno>8.1. |
3674 | 3660 | <pre |
3675 | 3661 | class=idl>interface <dfn id=elementcssinlinestyle>ElementCSSInlineStyle</dfn> { |
3676 | 3662 | readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <span>style</span>; |
3677 | | - readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <span title=elementcssinlinestyle-currentstyle>currentStyle</span>; |
3678 | | - readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <span>runtimeStyle</span>; |
3679 | 3663 | };</pre> |
3680 | 3664 |
|
3681 | 3665 | <p class=XXX>... |
|
0 commit comments