File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
< h1 > CSSOM View Module</ h1 >
18
18
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 >
20
20
21
21
< dl >
22
22
@@ -83,7 +83,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
83
83
can be found in the < a href ="http://www.w3.org/TR/ "> W3C technical reports
84
84
index at http://www.w3.org/TR/.</ a > </ em >
85
85
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
87
87
comments to
88
88
< a href ="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20 "> www-style@w3.org</ a >
89
89
(< 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
908
908
};
909
909
910
910
dictionary < 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 = "" ;
912
912
boolean matches = false;
913
913
};</ pre >
914
914
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ <h3>The <code title>MediaQueryList</code> Interface</h3>
865
865
};
866
866
867
867
dictionary < dfn > MediaQueryListEventInit</ dfn > : < span data-anolis-spec =dom > EventInit</ span > {
868
- DOMString media = '' ;
868
+ DOMString media = "" ;
869
869
boolean matches = false;
870
870
};</ pre >
871
871
You can’t perform that action at this time.
0 commit comments