Add missing 'static' that annevk pointed out on IRC.

Thu, 15 Nov 2012 16:56:36 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 15 Nov 2012 16:56:36 -0800
changeset 7043
76586af82d2d
parent 7042
fe8bd7278569
child 7044
9d11abdafc7f

Add missing 'static' that annevk pointed out on IRC.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Thu Nov 15 11:52:08 2012 -0800
     1.2 +++ b/css3-conditional/Overview.html	Thu Nov 15 16:56:36 2012 -0800
     1.3 @@ -12,11 +12,11 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Conditional Rules Module Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2012-11-20 name=dcterms.issued>
     1.8 +  <meta content=2012-11-16 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-conditional/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2012/WD-css3-conditional-20121120/"
    1.13 +  <meta content="http://www.w3.org/TR/2012/WD-css3-conditional-20121116/"
    1.14     name=dcterms.identifier>
    1.15    <link href="../default.css" rel=stylesheet type="text/css">
    1.16    <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
    1.17 @@ -32,14 +32,14 @@
    1.18  
    1.19     <h1>CSS Conditional Rules Module Level 3</h1>
    1.20  
    1.21 -   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 20 November
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 16 November
    1.23      2012</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28 -    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121120/">
    1.29 -     http://www.w3.org/TR/2012/WD-css3-conditional-20121120/</a>
    1.30 +    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121116/">
    1.31 +     http://www.w3.org/TR/2012/WD-css3-conditional-20121116/</a>
    1.32  
    1.33      <dt>Latest version:
    1.34  
    1.35 @@ -1214,8 +1214,8 @@
    1.36     CSS-related functions that do not belong elsewhere.
    1.37  
    1.38    <pre class=idl>interface CSS {
    1.39 -  boolean supports(DOMString property, DOMString value);
    1.40 -  boolean supports(DOMString declaration);
    1.41 +  static boolean supports(DOMString property, DOMString value);
    1.42 +  static boolean supports(DOMString declaration);
    1.43  }</pre>
    1.44  
    1.45    <dl class=idl-methods>
    1.46 @@ -1445,8 +1445,8 @@
    1.47    <p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek
    1.48     Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span
    1.49     lang=de>Björn Höhrmann</span>, Paul Irish, Vitor Menezes, Alex
    1.50 -   Mogilevsky, Chris Moschini, Simon Sapin, Ben Ward, Zack Weinberg, Estelle
    1.51 -   Weyl, Boris Zbarsky, and all the rest of the <a
    1.52 +   Mogilevsky, Chris Moschini, Simon Sapin, Anne van Kesteren, Ben Ward, Zack
    1.53 +   Weinberg, Estelle Weyl, Boris Zbarsky, and all the rest of the <a
    1.54     href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
    1.55     community.
    1.56  
     2.1 --- a/css3-conditional/Overview.src.html	Thu Nov 15 11:52:08 2012 -0800
     2.2 +++ b/css3-conditional/Overview.src.html	Thu Nov 15 16:56:36 2012 -0800
     2.3 @@ -958,8 +958,8 @@
     2.4  <p>The <dfn id='CSS-interface'><code>CSS</code></dfn> interface holds useful CSS-related functions that do not belong elsewhere.
     2.5  
     2.6  <pre class='idl'>interface CSS {
     2.7 -  boolean supports(DOMString property, DOMString value);
     2.8 -  boolean supports(DOMString declaration);
     2.9 +  static boolean supports(DOMString property, DOMString value);
    2.10 +  static boolean supports(DOMString declaration);
    2.11  }</pre>
    2.12  
    2.13  <dl class='idl-methods'>
    2.14 @@ -1175,6 +1175,7 @@
    2.15  Alex Mogilevsky,
    2.16  Chris Moschini,
    2.17  Simon Sapin,
    2.18 +Anne van Kesteren,
    2.19  Ben Ward,
    2.20  Zack Weinberg,
    2.21  Estelle Weyl,

mercurial