Closed
Bug 136841
Opened 24 years ago
Closed 23 years ago
The HTML tag IMAGE MAP 's display style should be none
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
VERIFIED
INVALID
People
(Reporter: gilbert.fang, Assigned: attinasi)
Details
Attachments
(1 file)
|
576 bytes,
patch
|
Details | Diff | Splinter Review |
Why the Map's style is inline(see the quirk.css)? Actually , the map is just
like a java script:
one or more form control can call one java script function ;
one or more image can use one map definition.
And both map and js are not be shown only by themself.
the script's style is "none", so I think the map's style should also be defined
as "none".
| Reporter | ||
Comment 1•24 years ago
|
||
see the previous comments
Updated•24 years ago
|
Comment 3•23 years ago
|
||
I don't agree. This would change how invalid markup is displayed, for example:
<map>Hello World</map>
would not display anything with your change.
But IE6, Opera6, Netscape 4.7 and Konqueror ALL display the text.
I don't really see any need to change this and it will likely break some pages.
Recommending INVALID/WONTFIX.
Target Milestone: Future → ---
Comment 4•23 years ago
|
||
I looked at the spec. http://www.w3.org/TR/html401/struct/objects.html#edef-MAP
and found this sentence:
"Note that the user agent should render block-level content of a MAP element."
--> INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•