Side navigation
#8404 closed bug (wontfix)
Opened February 28, 2011 06:58PM UTC
Closed March 07, 2011 12:11AM UTC
$("object").attr("data") returns the incorrect value in Chrome
Reported by: | FamLam <fam.lam@live.nl> | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The return value on Chrome (9.0.597.98 stable, but also all other versions) is the full URL. However, it should return the attribute.
Attachments (0)
Change History (2)
Changed February 28, 2011 07:00PM UTC by comment:1
Changed March 07, 2011 12:11AM UTC by comment:2
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
http://www.w3.org/TR/html40/struct/objects.html#h-13.3
If you follow the explanation of the attributes and how they are resolved, starting with data
, followed by codebase
then follow that up by reading:
http://www.w3.org/TR/html40/types.html#type-uri
It appears that data
attributes of object
elements will return a resolved URI
Probably very well related: http://code.google.com/p/chromium/issues/detail?id=42712
Oops, forgot about browser bugs... sorry. Chrome wasn't very responsive on that bug however :|