[Webkit-unassigned] [Bug 91228] Client-side image maps without a "name" attribute failed in XHTML+RDFa

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 14 15:01:08 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91228





--- Comment #2 from Edward O'Connor <eoconnor at apple.com>  2012-07-14 15:01:08 PST ---
I don't think it makes sense to change browser engines for RDFa.

That said, WebKit deviates from the HTML spec in this case:

§ 4.8.14.2 (which defines the map element's processing model) says that the "rules for parsing a hash-name reference to a map element must be followed."

http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#processing-model

The rules for parsing a hash-name reference say to "[r]eturn the first element[…] that has an id attribute whose value is a case-sensitive match[…] or a name attribute whose value is a compatibility caseless match"

http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#rules-for-parsing-a-hash-name-reference

I don't think there would be a significant compat risk to such a change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list