Bug 194388
| Summary: | Web Inspector: AXI: Audit: Banner test is throwing spurious errors on valid HTML with multiple <header> elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aaron_chu, bburg, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 194005 | ||
| Bug Blocks: | |||
James Craig
The multiple banners test is flagging <header> elements (which resolve to banner) and throwing spurious errors. These are valid HTML with no explicit role, so this should not throw an error. Found on NYT main page.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/47885040>
Aaron Chu
The specs sets out to avoid a confusing experience where multiple banners are in one document that are announced by AT as navigational elements. If headers resolve into banners, then they should be flagged to warn developers of the same scenario the specs attempts to avoid. Perhaps instead of an error, this can change to a warning. In the explanation, it should also state that multiple header/banner is only valid when each of them is properly labelled.