[css3-conditional] Fix inconsistency in argument name.

Thu, 06 Dec 2012 18:33:19 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 06 Dec 2012 18:33:19 -0800
changeset 7105
4f6f1a7462fc
parent 7104
11b7f2371aa3
child 7113
4d0d121f81f1

[css3-conditional] Fix inconsistency in argument name.

This fixes the final point in
http://lists.w3.org/Archives/Public/www-style/2012Nov/0330.html

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 Dec 06 18:31:02 2012 -0800
     1.2 +++ b/css3-conditional/Overview.html	Thu Dec 06 18:33:19 2012 -0800
     1.3 @@ -1233,7 +1233,7 @@
     1.4  
     1.5    <pre class=idl>interface CSS {
     1.6    static boolean supports(DOMString property, DOMString value);
     1.7 -  static boolean supports(DOMString declaration);
     1.8 +  static boolean supports(DOMString conditionText);
     1.9  }</pre>
    1.10  
    1.11    <dl class=idl-methods>
     2.1 --- a/css3-conditional/Overview.src.html	Thu Dec 06 18:31:02 2012 -0800
     2.2 +++ b/css3-conditional/Overview.src.html	Thu Dec 06 18:33:19 2012 -0800
     2.3 @@ -982,7 +982,7 @@
     2.4  
     2.5  <pre class='idl'>interface CSS {
     2.6    static boolean supports(DOMString property, DOMString value);
     2.7 -  static boolean supports(DOMString declaration);
     2.8 +  static boolean supports(DOMString conditionText);
     2.9  }</pre>
    2.10  
    2.11  <dl class='idl-methods'>

mercurial