Bug 154423

Summary: HTMLTableHeaderCellElement.scope should only return known values
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, darin, ggaren, rniwa, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://html.spec.whatwg.org/multipage/tables.html#dom-th-scope
Attachments:
Description Flags
Patch none

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.