- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Feb 2011 22:36:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31057
Modified Files:
Overview.html
Log Message:
clarify 'attribute' in a few cases where it could be confusing. (whatwg r5884)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4725
retrieving revision 1.4726
diff -u -d -r1.4725 -r1.4726
--- Overview.html 14 Feb 2011 20:47:53 -0000 1.4725
+++ Overview.html 14 Feb 2011 22:35:57 -0000 1.4726
@@ -39127,7 +39127,7 @@
details to be hidden, the user agent must remove the <code title="attr-details-open"><a href="#attr-details-open">open</a></code> attribute from the
element.</p>
- <p>The <dfn id="dom-details-open" title="dom-details-open"><code>open</code></dfn>
+ <p>The <dfn id="dom-details-open" title="dom-details-open"><code>open</code></dfn> IDL
attribute must <a href="#reflect">reflect</a> the <code title="attr-details-open"><a href="#attr-details-open">open</a></code> content attribute.</p>
</div><div class="example">
@@ -39628,7 +39628,7 @@
event and instead always shows the default context menu.</p>
<p>The <dfn id="dom-contextmenu" title="dom-contextMenu"><code>contextMenu</code></dfn>
- attribute must <a href="#reflect">reflect</a> the <code title="attr-contextmenu"><a href="#attr-contextmenu">contextmenu</a></code> content attribute.</p>
+ IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-contextmenu"><a href="#attr-contextmenu">contextmenu</a></code> content attribute.</p>
</div><div class="example">
@@ -53479,7 +53479,7 @@
</li>
- </ol><p>The <dfn id="dom-dropzone" title="dom-dropzone"><code>dropzone</code></dfn>
+ </ol><p>The <dfn id="dom-dropzone" title="dom-dropzone"><code>dropzone</code></dfn> IDL
attribute must <a href="#reflect">reflect</a> the content attribute of the
same name.</p>
Received on Monday, 14 February 2011 22:36:03 UTC