[cssom] Work around a bug in the build script

Wed, 08 May 2013 20:54:22 +0200

author
Simon Pieters <simonp@opera.com>
date
Wed, 08 May 2013 20:54:22 +0200
changeset 8105
31eeeedd349d
parent 8104
ab4357c44877
child 8106
3acf2d8b4f93

[cssom] Work around a bug in the build script

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/cssom-source file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Wed May 08 16:10:17 2013 +0200
     1.2 +++ b/cssom/Overview.html	Wed May 08 20:54:22 2013 +0200
     1.3 @@ -2482,6 +2482,8 @@
     1.4    <!-- ........................................................................................................................ -->
     1.5  
     1.6    <h3 id="the-pseudoelement-interface"><span class="secno">7.5 </span>The <code>PseudoElement</code> Interface</h3>
     1.7 +  
     1.8 +  <pre class="idl">PseudoElement implements GetStyleUtils;</pre><!-- XXX remove when https://www.w3.org/Bugs/Public/show_bug.cgi?id=21973 is fixed -->
     1.9  
    1.10    <!--ATRISK--><p>The <code>PseudoElement</code> interface is used for representing CSS pseudo-elements. A <code>PseudoElement</code> object is associated with an <code>Element</code> object.</p>
    1.11  <pre class="idl"><span class="idlInterface" id="widl-def-PseudoElement">interface <span class="idlInterfaceID">PseudoElement</span> {
     2.1 --- a/cssom/cssom-source	Wed May 08 16:10:17 2013 +0200
     2.2 +++ b/cssom/cssom-source	Wed May 08 20:54:22 2013 +0200
     2.3 @@ -1955,6 +1955,8 @@
     2.4    <!-- ........................................................................................................................ -->
     2.5  
     2.6    <h3>The <code>PseudoElement</code> Interface</h3>
     2.7 +  
     2.8 +  <pre class=idl>PseudoElement implements GetStyleUtils;</pre><!-- XXX remove when https://www.w3.org/Bugs/Public/show_bug.cgi?id=21973 is fixed -->
     2.9  
    2.10    <!--{@idl(PseudoElement)}-->
    2.11  

mercurial