Skip to content

Commit

Permalink
[giow] (3) radio buttons in different DOM trees can't possibly be rel…
Browse files Browse the repository at this point in the history
…ated to each other

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17832
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7412 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2012
1 parent b742b70 commit 1d66dd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -50769,6 +50769,9 @@ <h6 id="radio-button-state-(type=radio)"><span class=secno>4.10.7.1.17 </span><d
same <a href=#form-owner>form owner</a>, or they both have no <a href=#form-owner>form
owner</a>.</li>

<li>Both <var title="">a</var> and <var title="">b</var> are in the
same <a href=#home-subtree>home subtree</a>.</li>

<li>They both have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
attribute, their <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attributes
are not empty, and the value of <var title="">a</var>'s <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is a <a href=#compatibility-caseless>compatibility
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -50769,6 +50769,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
same <a href=#form-owner>form owner</a>, or they both have no <a href=#form-owner>form
owner</a>.</li>

<li>Both <var title="">a</var> and <var title="">b</var> are in the
same <a href=#home-subtree>home subtree</a>.</li>

<li>They both have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
attribute, their <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attributes
are not empty, and the value of <var title="">a</var>'s <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is a <a href=#compatibility-caseless>compatibility
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -59162,6 +59162,9 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
same <span>form owner</span>, or they both have no <span>form
owner</span>.</li>

<li>Both <var title="">a</var> and <var title="">b</var> are in the
same <span>home subtree</span>.</li>

<li>They both have a <code title="attr-fe-name">name</code>
attribute, their <code title="attr-fe-name">name</code> attributes
are not empty, and the value of <var title="">a</var>'s <code
Expand Down

0 comments on commit 1d66dd3

Please sign in to comment.