Bug 154781

Summary: Align HTMLMarqueeElement.scrollAmount / scrollDelay with the specification
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, esprehn+autocc, gyuyoung.kim, kondapallykalyan, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://www.w3.org/TR/html5/obsolete.html#the-marquee-element-0
Attachments:
Description Flags
Patch
none
Patch none

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.