Skip to content

Commit ab1e448

Browse files
committed
[cssom-view] Fix IDL syntax for Default dictionary value using string.
1 parent 537c8a0 commit ab1e448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cssom-view/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>
8383
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
8484
index 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
8787
comments 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

910910
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 = "";
912912
boolean matches = false;
913913
};</pre>
914914

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ <h3>The <code title>MediaQueryList</code> Interface</h3>
865865
};
866866

867867
dictionary <dfn>MediaQueryListEventInit</dfn> : <span data-anolis-spec=dom>EventInit</span> {
868-
DOMString media = '';
868+
DOMString media = "";
869869
boolean matches = false;
870870
};</pre>
871871

0 commit comments

Comments
 (0)