Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) grammar
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9151

git-svn-id: http://svn.whatwg.org/webapps@4924 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 31, 2010
1 parent b9f05c5 commit 22420c8
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 @@ -53854,14 +53854,14 @@ <h4 id=named-access-on-the-window-object><span class=secno>6.2.4 </span>Named ac
properties">supports named properties</span>. The <span>names of the
supported named properties</span> at any moment consist of:</p>

<ul><li>The value of the <code title="">name</code> content attribute
<ul><li>the value of the <code title="">name</code> content attribute
for all <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
<code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>,
<code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
<code><a href=#the-object-element>object</a></code> elements in the <a href=#active-document>active document</a>
that have a <code title="">name</code> content attribute, and,</li>
that have a <code title="">name</code> content attribute, and</li>

<li>The value of the <code title=attr-id><a href=#the-id-attribute>id</a></code> content
<li>the value of the <code title=attr-id><a href=#the-id-attribute>id</a></code> content
attribute of any <a href=#html-elements title="HTML elements">HTML element</a> in
the <a href=#active-document>active document</a> with an <code title=attr-id><a href=#the-id-attribute>id</a></code> content attribute.</li>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -53755,14 +53755,14 @@ interface <dfn id=window>Window</dfn> {
properties">supports named properties</span>. The <span>names of the
supported named properties</span> at any moment consist of:</p>

<ul><li>The value of the <code title="">name</code> content attribute
<ul><li>the value of the <code title="">name</code> content attribute
for all <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-area-element>area</a></code>,
<code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#frame>frame</a></code>,
<code><a href=#frameset>frameset</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, and
<code><a href=#the-object-element>object</a></code> elements in the <a href=#active-document>active document</a>
that have a <code title="">name</code> content attribute, and,</li>
that have a <code title="">name</code> content attribute, and</li>

<li>The value of the <code title=attr-id><a href=#the-id-attribute>id</a></code> content
<li>the value of the <code title=attr-id><a href=#the-id-attribute>id</a></code> content
attribute of any <a href=#html-elements title="HTML elements">HTML element</a> in
the <a href=#active-document>active document</a> with an <code title=attr-id><a href=#the-id-attribute>id</a></code> content attribute.</li>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -60562,14 +60562,14 @@ interface <dfn>Window</dfn> {

<ul>

<li>The value of the <code title="">name</code> content attribute
<li>the value of the <code title="">name</code> content attribute
for all <code>a</code>, <code>applet</code>, <code>area</code>,
<code>embed</code>, <code>form</code>, <code>frame</code>,
<code>frameset</code>, <code>iframe</code>, <code>img</code>, and
<code>object</code> elements in the <span>active document</span>
that have a <code title="">name</code> content attribute, and,</li>
that have a <code title="">name</code> content attribute, and</li>

<li>The value of the <code title="attr-id">id</code> content
<li>the value of the <code title="attr-id">id</code> content
attribute of any <span title="HTML elements">HTML element</span> in
the <span>active document</span> with an <code
title="attr-id">id</code> content attribute.</li>
Expand Down

0 comments on commit 22420c8

Please sign in to comment.