File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 < h1 > CSSOM View Module</ h1 >
1818
19- < h2 class ="no-num no-toc " id ="w3c-doctype "> Editor's Draft 6 June 2014</ h2 >
19+ < h2 class ="no-num no-toc " id ="w3c-doctype "> Editor's Draft 7 June 2014</ h2 >
2020
2121 < dl >
2222
@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
8383can be found in the < a href ="http://www.w3.org/TR/ "> W3C technical reports
8484index at http://www.w3.org/TR/.</ a > </ em >
8585
86- < p > This is the 6 June 2014 Editor's Draft of CSSOM View. Please send
86+ < p > This is the 7 June 2014 Editor's Draft of CSSOM View. Please send
8787comments to
8888< a href ="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20 "> www-style@w3.org</ a >
8989(< a href ="http://lists.w3.org/Archives/Public/www-style/ "> archived</ a > )
@@ -908,7 +908,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">5.2 </span>The <code t
908908};
909909
910910dictionary < dfn id ="mediaquerylisteventinit "> MediaQueryListEventInit</ dfn > : < a class ="external " data-anolis-spec ="dom " href ="http://dom.spec.whatwg.org/#eventinit "> EventInit</ a > {
911- DOMString media = '' ;
911+ DOMString media = "" ;
912912 boolean matches = false;
913913};</ pre >
914914
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ <h3>The <code title>MediaQueryList</code> Interface</h3>
865865};
866866
867867dictionary < dfn > MediaQueryListEventInit</ dfn > : < span data-anolis-spec =dom > EventInit</ span > {
868- DOMString media = '' ;
868+ DOMString media = "" ;
869869 boolean matches = false;
870870};</ pre >
871871
You can’t perform that action at this time.
0 commit comments