File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 < h1 id =cssom-view-module > CSSOM View Module</ h1 >
2929
30- < h2 class ="no-num no-toc " id =w3c-doctype > Editor's Draft 31 August 2010 </ h2 >
30+ < h2 class ="no-num no-toc " id =w3c-doctype > Editor's Draft 23 June 2011 </ h2 >
3131
3232 < dl >
3333 < dt > This Version:
3434
3535 < dd > < a
36- href ="http://www.w3.org/TR/2010 /ED-cssom-view-20100831/ "> http://www.w3.org/TR/2010 /ED-cssom-view-20100831 /</ a >
36+ href ="http://www.w3.org/TR/2011 /ED-cssom-view-20110623// "> http://www.w3.org/TR/2011 /ED-cssom-view-20110623 /</ a >
3737
3838 < dt > Latest Version:
3939
@@ -62,7 +62,7 @@ <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 31 August 2010</h2>
6262 <!--begin-copyright-->
6363 < p class =copyright > < a
6464 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
65- rel =license > Copyright</ a > © 2010 < a
65+ rel =license > Copyright</ a > © 2011 < a
6666 href ="http://www.w3.org/ "> < acronym title ="World Wide Web
6767 Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
6868 href ="http://www.csail.mit.edu/ "> < acronym title ="Massachusetts Institute
@@ -503,7 +503,7 @@ <h3 id=the-mediaquerylist-interface><span class=secno>3.1. </span>The <code
503503
504504 < pre class =idl > interface < dfn id =mediaquerylist > MediaQueryList</ dfn > {
505505 readonly attribute DOMString < a href ="#dom-MediaQueryList-media " title =dom-MediaQueryList-media > media</ a > ;
506- readonly attribute DOMString < a href ="#dom-MediaQueryList-matches " title =dom-MediaQueryList-matches > matches</ a > ;
506+ readonly attribute boolean < a href ="#dom-MediaQueryList-matches " title =dom-MediaQueryList-matches > matches</ a > ;
507507 void < a href ="#dom-mediaquerylist-addlistener " title =dom-MediaQueryList-addListener > addListener</ a > (< a href ="#mediaquerylistlistener "> MediaQueryListListener</ a > < var title =""> listener</ var > );
508508 void < a href ="#dom-mediaquerylist-removelistener " title =dom-MediaQueryList-removeListener > removeListener</ a > (< a href ="#mediaquerylistlistener "> MediaQueryListListener</ a > < var title =""> listener</ var > );
509509};
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ <h3 id="the-mediaquerylist-interface">The <code title="">MediaQueryList</code> I
360360
361361 < pre class ="idl "> interface < dfn id ="mediaquerylist "> MediaQueryList</ dfn > {
362362 readonly attribute DOMString < span title ="dom-MediaQueryList-media "> media</ span > ;
363- readonly attribute DOMString < span title ="dom-MediaQueryList-matches "> matches</ span > ;
363+ readonly attribute boolean < span title ="dom-MediaQueryList-matches "> matches</ span > ;
364364 void < span title ="dom-MediaQueryList-addListener "> addListener</ span > (< span > MediaQueryListListener</ span > < var title =""> listener</ var > );
365365 void < span title ="dom-MediaQueryList-removeListener "> removeListener</ span > (< span > MediaQueryListListener</ span > < var title =""> listener</ var > );
366366};
You can’t perform that action at this time.
0 commit comments