[cssom-view] Fix IDL syntax for Default dictionary value using string.

Fri, 06 Jun 2014 18:49:30 -0600

author
Glenn Adams <glenn@skynav.com>
date
Fri, 06 Jun 2014 18:49:30 -0600
changeset 14051
aec2cc899bab
parent 14050
37daedd51ecb
child 14052
d9c86e52f02a

[cssom-view] Fix IDL syntax for Default dictionary value using string.

cssom-view/Overview.html file | annotate | diff | comparison | revisions
cssom-view/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom-view/Overview.html	Fri Jun 06 23:30:57 2014 +0200
     1.2 +++ b/cssom-view/Overview.html	Fri Jun 06 18:49:30 2014 -0600
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5   <h1>CSSOM View Module</h1>
     1.6  
     1.7 - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 6 June 2014</h2>
     1.8 + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 7 June 2014</h2>
     1.9  
    1.10   <dl>
    1.11  
    1.12 @@ -83,7 +83,7 @@
    1.13  can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
    1.14  index at http://www.w3.org/TR/.</a></em>
    1.15  
    1.16 -<p>This is the 6 June 2014 Editor's Draft of CSSOM View. Please send
    1.17 +<p>This is the 7 June 2014 Editor's Draft of CSSOM View. Please send
    1.18  comments to
    1.19  <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
    1.20  (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
    1.21 @@ -908,7 +908,7 @@
    1.22  };
    1.23  
    1.24  dictionary <dfn id="mediaquerylisteventinit">MediaQueryListEventInit</dfn> : <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#eventinit">EventInit</a> {
    1.25 -  DOMString media = '';
    1.26 +  DOMString media = "";
    1.27    boolean matches = false;
    1.28  };</pre>
    1.29  
     2.1 --- a/cssom-view/Overview.src.html	Fri Jun 06 23:30:57 2014 +0200
     2.2 +++ b/cssom-view/Overview.src.html	Fri Jun 06 18:49:30 2014 -0600
     2.3 @@ -865,7 +865,7 @@
     2.4  };
     2.5  
     2.6  dictionary <dfn>MediaQueryListEventInit</dfn> : <span data-anolis-spec=dom>EventInit</span> {
     2.7 -  DOMString media = '';
     2.8 +  DOMString media = "";
     2.9    boolean matches = false;
    2.10  };</pre>
    2.11  

mercurial