@@ -251,22 +251,6 @@ <h2 class="no-num no-toc" id=toc>Table of Contents</h2>
251251 < li > < a href ="#the-csscomponentvalue-interface "> < span
252252 class =secno > 5.6.6. </ span > The < code title =""> CSSComponentValue</ code >
253253 Interface</ a >
254-
255- < li > < a href ="#the-csscolorcomponentvalue-interface "> < span
256- class =secno > 5.6.7. </ span > The < code
257- title =""> CSSColorComponentValue</ code > Interface</ a >
258-
259- < li > < a href ="#the-csslengthcomponentvalue-interface "> < span
260- class =secno > 5.6.8. </ span > The < code
261- title =""> CSSLengthComponentValue</ code > Interface</ a >
262-
263- < li > < a href ="#the-csspercentagecomponentvalue-interfac "> < span
264- class =secno > 5.6.9. </ span > The < code
265- title =""> CSSPercentageComponentValue</ code > Interface</ a >
266-
267- < li > < a href ="#the-cssurlcomponentvalue-interface "> < span
268- class =secno > 5.6.10. </ span > The < code
269- title =""> CSSURLComponentValue</ code > Interface</ a >
270254 </ ul >
271255 </ ul >
272256
@@ -3919,9 +3903,6 @@ <h4 id=the-csscomponentvalue-interface><span class=secno>5.6.6. </span>The
39193903 attribute DOMString < span title =dom-CSSStringComponentValue-identifier > identifier</ span > ;
39203904};</ pre >
39213905
3922- < h4 id =the-csscolorcomponentvalue-interface > < span class =secno > 5.6.7.
3923- </ span > The < code title =""> CSSColorComponentValue</ code > Interface</ h4 >
3924-
39253906 < pre
39263907 class =idl > [NoInterfaceObject] interface < dfn id =csscolorcomponentvalue > CSSColorComponentValue</ dfn > {
39273908 attribute short < span title =dom-CSSColorComponentValue-red > red</ span > ;
@@ -3930,10 +3911,8 @@ <h4 id=the-csscolorcomponentvalue-interface><span class=secno>5.6.7.
39303911 attribute float < span title =dom-CSSColorComponentValue-alpha > alpha</ span > ;
39313912};</ pre >
39323913
3933- < p class =XXX > We can make this more complex later.
3934-
3935- < h4 id =the-csslengthcomponentvalue-interface > < span class =secno > 5.6.8.
3936- </ span > The < code title =""> CSSLengthComponentValue</ code > Interface</ h4 >
3914+ < p class =XXX > We can make this more complex later. This will probably move
3915+ into the CSS Color Level 4.
39373916
39383917 < pre
39393918 class =idl > [NoInterfaceObject] interface < dfn id =csslengthcomponentvalue > CSSLengthComponentValue</ dfn > {
@@ -3943,28 +3922,16 @@ <h4 id=the-csslengthcomponentvalue-interface><span class=secno>5.6.8.
39433922 < span class =XXX > // figure out what to do with absolute lengths</ span >
39443923};</ pre >
39453924
3946- < p class =XXX > ...
3947-
3948- < h4 id =the-csspercentagecomponentvalue-interfac > < span class =secno > 5.6.9.
3949- </ span > The < code title =""> CSSPercentageComponentValue</ code > Interface</ h4 >
3950-
39513925 < pre
39523926 class =idl > [NoInterfaceObject] interface < dfn id =csspercentagecomponentvalue > CSSPercentageComponentValue</ dfn > {
39533927 attribute float < span title =dom-CSSPercentageComponentValue > percent</ span > ;
39543928};</ pre >
39553929
3956- < p class =XXX > ...
3957-
3958- < h4 id =the-cssurlcomponentvalue-interface > < span class =secno > 5.6.10.
3959- </ span > The < code title =""> CSSURLComponentValue</ code > Interface</ h4 >
3960-
39613930 < pre
39623931 class =idl > [NoInterfaceObject] interface < dfn id =cssurlcomponentvalue > CSSURLComponentValue</ dfn > {
39633932 attribute DOMString? < span title =dom-CSSURLComponentValue-url > url</ span > ;
39643933};</ pre >
39653934
3966- < p class =XXX > ...
3967-
39683935 < h2 id =dom-access-to-css-declaration-blocks > < span class =secno > 6. </ span > DOM
39693936 Access to CSS Declaration Blocks</ h2 >
39703937
0 commit comments