Bug 154423 - HTMLTableHeaderCellElement.scope should only return known values
Summary: HTMLTableHeaderCellElement.scope should only return known values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/multipag...
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2016-02-18 15:54 PST by Chris Dumez
Modified: 2016-02-18 18:45 PST (History)
6 users (show)

See Also:


Attachments
Patch (32.52 KB, patch)
2016-02-18 16:00 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-02-18 15:54:48 PST
HTMLTableHeaderCellElement.scope should only return known values as per:
https://html.spec.whatwg.org/multipage/tables.html#dom-th-scope

Known values are document here:
https://html.spec.whatwg.org/multipage/tables.html#attr-th-scope
Comment 1 Radar WebKit Bug Importer 2016-02-18 15:55:17 PST
<rdar://problem/24731018>
Comment 2 Chris Dumez 2016-02-18 16:00:19 PST
Created attachment 271711 [details]
Patch
Comment 3 Chris Dumez 2016-02-18 18:45:49 PST
Comment on attachment 271711 [details]
Patch

Clearing flags on attachment: 271711

Committed r196793: <http://trac.webkit.org/changeset/196793>
Comment 4 Chris Dumez 2016-02-18 18:45:56 PST
All reviewed patches have been landed.  Closing bug.