Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • html-validate
  • html-validate
  • Issues
  • #183

`<area>` with `coords` attribute should be an error when `shape` attribute with `default` value is present

For example, given this HTML:

<map name="foo"><area shape="default" coords></map>

HTML-Validate does not consider it an error but should do so as per the spec:

In the default state state, area elements must not have a coords attribute. (The area is the whole image.)

Assignee
Assign to
Time tracking