Bug 154781 - Align HTMLMarqueeElement.scrollAmount / scrollDelay with the specification
Summary: Align HTMLMarqueeElement.scrollAmount / scrollDelay with the specification
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://www.w3.org/TR/html5/obsolete....
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-02-27 14:36 PST by Chris Dumez
Modified: 2016-02-27 16:35 PST (History)
7 users (show)

See Also:


Attachments
Patch (19.54 KB, patch)
2016-02-27 14:41 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (26.24 KB, patch)
2016-02-27 14:53 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-27 14:36:11 PST
Align HTMLMarqueeElement.scrollAmount / scrollDelay with the specification:
https://www.w3.org/TR/html5/obsolete.html#the-marquee-element-0

In particular:
- The attributes should have unsigned long type
- We should not throw for negative values
- Values should be in the range [0, 2147483647] as per:
  - https://html.spec.whatwg.org/multipage/infrastructure.html#reflect
Comment 1 Chris Dumez 2016-02-27 14:41:30 PST
Created attachment 272422 [details]
Patch
Comment 2 Chris Dumez 2016-02-27 14:53:23 PST
Created attachment 272423 [details]
Patch
Comment 3 WebKit Commit Bot 2016-02-27 16:35:12 PST
Comment on attachment 272423 [details]
Patch

Clearing flags on attachment: 272423

Committed r197260: <http://trac.webkit.org/changeset/197260>
Comment 4 WebKit Commit Bot 2016-02-27 16:35:19 PST
All reviewed patches have been landed.  Closing bug.