Bugzilla – Bug 595
<object usemap> is interactive. (bug 6790)
Last modified: 2009-11-23 17:17:30 CET
Index: source =================================================================== --- source (revision 3161) +++ source (revision 3162) @@ -18568,7 +18568,7 @@ <dd><span>Flow content</span>.</dd> <dd><span>Phrasing content</span>.</dd> <dd><span>Embedded content</span>.</dd> - <dd>If the element has an <code title="attr-hyperlink-usemap">usemap</code> attribute: <span>Interactive content</span>.</dd> + <dd>If the element has a <code title="attr-hyperlink-usemap">usemap</code> attribute: <span>Interactive content</span>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <span>embedded content</span> is expected.</dd> <dt>Content model:</dt> @@ -20758,6 +20758,7 @@ <dd><span>Phrasing content</span>.</dd> <dd><span>Embedded content</span>.</dd> <dd><span title="category-listed">Listed</span>, <span title="category-submit">submittable</span>, <span>form-associated element</span>.</dd> + <dd>If the element has a <code title="attr-hyperlink-usemap">usemap</code> attribute: <span>Interactive content</span>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <span>embedded content</span> is expected.</dd> <dt>Content model:</dt>
I believe that no additional v.nu code changes are needed for this; v.nu was already treating object@usemap as an interactive element, it was just that the spec had not explicitly included it as such until r3162