Bug 154398 - Fix behavior of reflecting unsigned long IDL attributes that are limited to only non-negative numbers greater than zero
Summary: Fix behavior of reflecting unsigned long IDL attributes that are limited to o...
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/#limited...
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2016-02-18 10:29 PST by Chris Dumez
Modified: 2016-02-18 12:14 PST (History)
5 users (show)

See Also:


Attachments
Patch (22.22 KB, patch)
2016-02-18 10:45 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 10:29:13 PST
Fix behavior of reflecting unsigned long IDL attributes that are limited to only non-negative numbers greater than zero to comply with:
https://html.spec.whatwg.org/#limited-to-only-non-negative-numbers-greater-than-zero
Comment 1 Chris Dumez 2016-02-18 10:45:35 PST
Created attachment 271669 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2016-02-18 10:47:01 PST
<rdar://problem/24723411>
Comment 3 Chris Dumez 2016-02-18 12:14:10 PST
Comment on attachment 271669 [details]
Patch

Clearing flags on attachment: 271669

Committed r196769: <http://trac.webkit.org/changeset/196769>
Comment 4 Chris Dumez 2016-02-18 12:14:15 PST
All reviewed patches have been landed.  Closing bug.