Skip to content

Commit 2105825

Browse files
committed
remove some speculative features; generate property stuff dynamically; remove some quotes; remove some obsolete text
1 parent 4c680d7 commit 2105825

2 files changed

Lines changed: 14 additions & 532 deletions

File tree

cssom/Overview.html

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<div class=head>
2626
<h1 id=cssom>CSSOM</h1>
2727

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>
2929

3030
<dl>
3131
<dt>This Version:
3232

3333
<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>
3535

3636
<dt>Latest Version:
3737

@@ -1958,9 +1958,9 @@ <h4 id=the-cssstylerule-interface><span class=secno>7.2.3. </span>The <code
19581958
title="selectors serializing">serializing a group of selectors</span>. On
19591959
setting, the setted value <em class=ct>must</em> be used as input for
19601960
<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.
19641964

19651965
<p>The <dfn id=cssstylerule-style
19661966
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
21182118
serializing">serializing CSS page selectors</a>. On setting, the setted
21192119
value <em class=ct>must</em> be used as input for <a
21202120
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
21222122
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.
21242124

21252125
<p>The <dfn id=csspagerule-style
21262126
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.
22002200
<dd>
22012201
<p>The CSS declarations associated with the object.
22022202
</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 -->
22172203
<!-- XXX review nullable DOMString more carefully (DOMString?) -->
22182204

22192205
<pre
@@ -3674,8 +3660,6 @@ <h3 id=the-elementcssinlinestyle-interface><span class=secno>8.1.
36743660
<pre
36753661
class=idl>interface <dfn id=elementcssinlinestyle>ElementCSSInlineStyle</dfn> {
36763662
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>;
36793663
};</pre>
36803664

36813665
<p class=XXX>...

0 commit comments

Comments
 (0)