Bug 162240 - Align HTMLAppletElement with the specification
Summary: Align HTMLAppletElement 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://html.spec.whatwg.org/#htmlapp...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-09-19 15:08 PDT by Chris Dumez
Modified: 2016-09-19 16:47 PDT (History)
9 users (show)

See Also:


Attachments
Patch (77.71 KB, patch)
2016-09-19 15:12 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (88.31 KB, patch)
2016-09-19 15:55 PDT, 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-09-19 15:08:21 PDT
Align HTMLAppletElement with the specification:
- https://html.spec.whatwg.org/#htmlappletelement

In particular:
- space / vspace should be of type "unsigned long", not DOMString
- codeBase and object should reflect as URLs

Firefox agree with the specification. Chrome does not have HTMLAppletElement anymore.
Comment 1 Chris Dumez 2016-09-19 15:12:02 PDT
Created attachment 289264 [details]
Patch
Comment 2 Chris Dumez 2016-09-19 15:55:32 PDT
Created attachment 289269 [details]
Patch
Comment 3 WebKit Commit Bot 2016-09-19 16:47:37 PDT
Comment on attachment 289269 [details]
Patch

Clearing flags on attachment: 289269

Committed r206131: <http://trac.webkit.org/changeset/206131>
Comment 4 WebKit Commit Bot 2016-09-19 16:47:42 PDT
All reviewed patches have been landed.  Closing bug.