Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) Not sure why <title title=''> wouldn't inherit. <menuitem …
…title=''> shouldn't though. So swap title for menuitem here.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7802 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 10, 2013
1 parent 04cfd85 commit 7b02668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -9502,7 +9502,7 @@ <h5 id=the-title-attribute><span class=secno>3.2.3.2 </span>The <code title=attr
empty string, then there is no advisory information.</p>

<ol><li><p>If the element is a <code><a href=#the-link-element>link</a></code>, <code><a href=#the-style-element>style</a></code>, <code><a href=#the-dfn-element>dfn</a></code>,
<code><a href=#the-abbr-element>abbr</a></code>, or <code><a href=#the-title-element>title</a></code> element, then: if the element has a <code title="">title</code> attribute, <!-- not attr-title --> return the value of that attribute,
<code><a href=#the-abbr-element>abbr</a></code>, or <code><a href=#the-menuitem-element>menuitem</a></code> element, then: if the element has a <code title="">title</code> attribute, <!-- not attr-title --> return the value of that attribute,
otherwise, return the empty string.</li> <!-- note: <code>input</code> doesn't do this -->

<li><p>Otherwise, if the element has a <code title=attr-title><a href=#attr-title>title</a></code> attribute, then
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -9502,7 +9502,7 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre> <!-- DO NOT REWR
empty string, then there is no advisory information.</p>

<ol><li><p>If the element is a <code><a href=#the-link-element>link</a></code>, <code><a href=#the-style-element>style</a></code>, <code><a href=#the-dfn-element>dfn</a></code>,
<code><a href=#the-abbr-element>abbr</a></code>, or <code><a href=#the-title-element>title</a></code> element, then: if the element has a <code title="">title</code> attribute, <!-- not attr-title --> return the value of that attribute,
<code><a href=#the-abbr-element>abbr</a></code>, or <code><a href=#the-menuitem-element>menuitem</a></code> element, then: if the element has a <code title="">title</code> attribute, <!-- not attr-title --> return the value of that attribute,
otherwise, return the empty string.</li> <!-- note: <code>input</code> doesn't do this -->

<li><p>Otherwise, if the element has a <code title=attr-title><a href=#attr-title>title</a></code> attribute, then
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -9391,7 +9391,7 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre> <!-- DO NOT REWRAP THIS L
<ol>

<li><p>If the element is a <code>link</code>, <code>style</code>, <code>dfn</code>,
<code>abbr</code>, or <code>title</code> element, then: if the element has a <code
<code>abbr</code>, or <code>menuitem</code> element, then: if the element has a <code
title="">title</code> attribute, <!-- not attr-title --> return the value of that attribute,
otherwise, return the empty string.</p></li> <!-- note: <code>input</code> doesn't do this -->

Expand Down

0 comments on commit 7b02668

Please sign in to comment.