- From: poot <cvsmail@w3.org>
- Date: Mon, 14 Feb 2011 17:37:11 -0500
- To: public-html-diffs@w3.org
hixie: clarify 'attribute' in a few cases where it could be confusing.
(whatwg r5884)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4725&r2=1.4726&f=h
http://html5.org/tools/web-apps-tracker?from=5883&to=5884
===================================================================
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:37:13 UTC