- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 05:17:34 +0900 (JST)
- To: public-html-diffs@w3.org
<object usemap> is interactive. (bug 6790) (whatwg r3162) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6790 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2316.html#the-img-element http://people.w3.org/mike/diffs/html5/spec/Overview.1.2316.html#the-object-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2315&r2=1.2316&f=h http://html5.org/tools/web-apps-tracker?from=3161&to=3162 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2315 retrieving revision 1.2316 diff -u -d -r1.2315 -r1.2316 --- Overview.html 1 Jun 2009 20:09:40 -0000 1.2315 +++ Overview.html 1 Jun 2009 20:16:04 -0000 1.2316 @@ -15077,7 +15077,7 @@ <dd><a href="#flow-content-0">Flow content</a>.</dd> <dd><a href="#phrasing-content-0">Phrasing content</a>.</dd> <dd><a href="#embedded-content-2">Embedded content</a>.</dd> - <dd>If the element has an <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute: <a href="#interactive-content-0">Interactive content</a>.</dd> + <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute: <a href="#interactive-content-0">Interactive content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="#embedded-content-2">embedded content</a> is expected.</dd> <dt>Content model:</dt> @@ -16837,6 +16837,7 @@ <dd><a href="#phrasing-content-0">Phrasing content</a>.</dd> <dd><a href="#embedded-content-2">Embedded content</a>.</dd> <dd><a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-submit" title="category-submit">submittable</a>, <a href="#form-associated-element">form-associated element</a>.</dd> + <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute: <a href="#interactive-content-0">Interactive content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="#embedded-content-2">embedded content</a> is expected.</dd> <dt>Content model:</dt>
Received on Monday, 1 June 2009 20:18:08 UTC