|
28 | 28 | <div class=head> |
29 | 29 | <h1 id=cssom>CSSOM</h1> |
30 | 30 |
|
31 | | - <h2 class="no-num no-toc" id="">Editor's Draft 30 August 2010</h2> |
| 31 | + <h2 class="no-num no-toc" id="">Editor's Draft 31 August 2010</h2> |
32 | 32 |
|
33 | 33 | <dl> |
34 | 34 | <dt>This Version: |
35 | 35 |
|
36 | 36 | <dd><a |
37 | | - href="http://www.w3.org/TR/2010/ED-cssom-20100830/">http://www.w3.org/TR/2010/ED-cssom-20100830/</a> |
| 37 | + href="http://www.w3.org/TR/2010/ED-cssom-20100831/">http://www.w3.org/TR/2010/ED-cssom-20100831/</a> |
38 | 38 |
|
39 | 39 | <dt>Latest Version: |
40 | 40 |
|
@@ -3901,14 +3901,23 @@ <h4 id=the-csscomponentvalue-interface><span class=secno>5.6.6. </span>The |
3901 | 3901 | attribute any <span title=dom-CSSComponentValue-value>value</span>; |
3902 | 3902 | };</pre> |
3903 | 3903 |
|
3904 | | - <p class=XXX>type returns "string", "ident", "color", "em", "ex", "px", |
3905 | | - "url". |
| 3904 | + <p class=XXX>type returns "string", "keyword", "identifier", "color", "em", |
| 3905 | + "ex", "px", "url". |
3906 | 3906 |
|
3907 | | - <p class=note><string> and <ident> component values do not have their |
3908 | | - own interface. They are identified by the <span |
3909 | | - title=dom-CSSComponentValue-type>type</span> attribute and the <span |
3910 | | - title=dom-CSSComponentValue-value>value</span> attribute returns a |
3911 | | - DOMString representing either one of them. |
| 3907 | + <pre |
| 3908 | + class=idl>[NoInterfaceObject] interface <dfn id=cssstringcomponentvalue>CSSStringComponentValue</dfn> { |
| 3909 | + attribute DOMString <span title=dom-CSSStringComponentValue-string>string</span>; |
| 3910 | +};</pre> |
| 3911 | + |
| 3912 | + <pre |
| 3913 | + class=idl>[NoInterfaceObject] interface <dfn id=csskeywordcomponentvalue>CSSKeywordComponentValue</dfn> { |
| 3914 | + attribute DOMString <span title=dom-CSSStringComponentValue-keyword>keyword</span>; |
| 3915 | +};</pre> |
| 3916 | + |
| 3917 | + <pre |
| 3918 | + class=idl>[NoInterfaceObject] interface <dfn id=cssidentifiercomponentvalue>CSSIdentifierComponentValue</dfn> { |
| 3919 | + attribute DOMString <span title=dom-CSSStringComponentValue-identifier>identifier</span>; |
| 3920 | +};</pre> |
3912 | 3921 |
|
3913 | 3922 | <h4 id=the-csscolorcomponentvalue-interface><span class=secno>5.6.7. |
3914 | 3923 | </span>The <code title="">CSSColorComponentValue</code> Interface</h4> |
|
0 commit comments