Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) clarify 'attribute' in a few cases where it could be confusing.
git-svn-id: http://svn.whatwg.org/webapps@5884 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2011
1 parent 7c52fca commit 909891b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -49375,7 +49375,7 @@ <h4 id=the-details-element><span class=secno>4.11.1 </span>The <dfn><code>detail
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>
Expand Down Expand Up @@ -49978,7 +49978,7 @@ <h5 id=context-menus><span class=secno>4.11.4.3 </span><dfn>Context menus</dfn><
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>

Expand Down Expand Up @@ -70255,7 +70255,7 @@ <h4 id=the-dropzone-attribute><span class=secno>8.7.8 </span>The <dfn title=attr

</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>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -49358,7 +49358,7 @@ fur
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>
Expand Down Expand Up @@ -49961,7 +49961,7 @@ fur
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>

Expand Down Expand Up @@ -70264,7 +70264,7 @@ interface <dfn>FunctionObjectCallback</dfn> {

</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>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -55552,7 +55552,7 @@ fur
title="attr-details-open">open</code> attribute from the
element.</p>

<p>The <dfn title="dom-details-open"><code>open</code></dfn>
<p>The <dfn title="dom-details-open"><code>open</code></dfn> IDL
attribute must <span>reflect</span> the <code
title="attr-details-open">open</code> content attribute.</p>

Expand Down Expand Up @@ -56241,7 +56241,7 @@ fur
event and instead always shows the default context menu.</p>

<p>The <dfn title="dom-contextMenu"><code>contextMenu</code></dfn>
attribute must <span>reflect</span> the <code
IDL attribute must <span>reflect</span> the <code
title="attr-contextmenu">contextmenu</code> content attribute.</p>

</div>
Expand Down Expand Up @@ -80173,7 +80173,7 @@ interface <dfn>FunctionObjectCallback</dfn> {

</ol>

<p>The <dfn title="dom-dropzone"><code>dropzone</code></dfn>
<p>The <dfn title="dom-dropzone"><code>dropzone</code></dfn> IDL
attribute must <span>reflect</span> the content attribute of the
same name.</p>

Expand Down

0 comments on commit 909891b

Please sign in to comment.