New issue
Advanced search Search tips

Issue 897025 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Oct 22
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 651762



Sign in to add a comment

'usemap' attribute should be ignored if it contains no '#'

Project Member Reported by tkent@chromium.org, Oct 19

Issue description

Chrome Version: ToT
OS: All but iOS

What steps will reproduce the problem?
(1) Open http://w3c-test.org/html/semantics/embedded-content/image-maps/image-map-processing-model/hash-name-reference.html
(2) Observe

What is the expected result?
The first test should succeed.

What happens instead?
The first test fails.


Please use labels and text to provide additional information.

https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#rules-for-parsing-a-hash-name-reference

According to the HTML standard, usemap="no-hash-name" should not work with <map name="no-hash-name">.

This is an issue of blink::TreeScope::GetImageMap().

 
Summary: 'usemap' attribute should be ignored if it contains no '#' (was: 'usemap' attribute should be ignored if it contains no '#' i)
Owner: eui-sang.lim@samsung.com
Status: Started (was: Available)
I would like to fix this issue.
Status: Fixed (was: Started)
Labels: Target-72

Sign in to add a comment