- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jul 2011 14:54:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom-view
In directory hutz:/tmp/cvs-serv25356
Modified Files:
Overview.html Overview.src.html
Log Message:
xref
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Overview.html 24 Jul 2011 18:44:45 -0000 1.112
+++ Overview.html 26 Jul 2011 14:53:59 -0000 1.113
@@ -27,7 +27,7 @@
<h1 id="cssom-view-module">CSSOM View Module</h1>
- <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 24 July 2011</h2>
+ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 July 2011</h2>
<dl>
@@ -447,7 +447,7 @@
<p>The
<dfn id="dom-mediaquerylist-media" title="dom-MediaQueryList-media"><code>media</code></dfn>
must return the
- <span title="serialize a media query list">serialized</span> form of the associated media query list.</p>
+ <a class="external" href="http://dev.w3.org/csswg/cssom/#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</p>
<p>The <dfn id="dom-mediaquerylist-matches" title="dom-MediaQueryList-matches"><code>matches</code></dfn>
must return true if the associated media query list
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom-view/Overview.src.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Overview.src.html 24 Jul 2011 18:44:45 -0000 1.113
+++ Overview.src.html 26 Jul 2011 14:53:59 -0000 1.114
@@ -418,7 +418,7 @@
<p>The
<dfn title="dom-MediaQueryList-media"><code>media</code></dfn>
must return the
- <span title="serialize a media query list">serialized</span> form of the associated media query list.</p>
+ <span title="serialize a media query list" data-anolis-spec=cssom>serialized</span> form of the associated media query list.</p>
<p>The <dfn title="dom-MediaQueryList-matches"><code>matches</code></dfn>
must return true if the associated media query list
Received on Tuesday, 26 July 2011 14:54:03 UTC