[html5] r7802 - [giow] (3) Not sure why <title title=''> wouldn't inherit. <menuitem title=''> s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 10 15:21:53 PDT 2013
Author: ianh
Date: 2013-04-10 15:21:51 -0700 (Wed, 10 Apr 2013)
New Revision: 7802
Modified:
complete.html
index
source
Log:
[giow] (3) Not sure why <title title=''> wouldn't inherit. <menuitem title=''> shouldn't though. So swap title for menuitem here.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-04-10 22:09:06 UTC (rev 7801)
+++ complete.html 2013-04-10 22:21:51 UTC (rev 7802)
@@ -9502,7 +9502,7 @@
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
Modified: index
===================================================================
--- index 2013-04-10 22:09:06 UTC (rev 7801)
+++ index 2013-04-10 22:21:51 UTC (rev 7802)
@@ -9502,7 +9502,7 @@
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
Modified: source
===================================================================
--- source 2013-04-10 22:09:06 UTC (rev 7801)
+++ source 2013-04-10 22:21:51 UTC (rev 7802)
@@ -9391,7 +9391,7 @@
<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 -->
More information about the Commit-Watchers
mailing list