RESOLVED FIXED 150377
HTMLIFrameElement.sandbox should be a DOMSettableTokenList
https://bugs.webkit.org/show_bug.cgi?id=150377
Summary HTMLIFrameElement.sandbox should be a DOMSettableTokenList
Chris Dumez
Reported 2015-10-20 16:22:52 PDT
HTMLIframeElement.sandbox should be a DOMSettableTokenList as per the HTML specification: https://html.spec.whatwg.org/multipage/embedded-content.html#htmliframeelement Chrome and Firefox match the specification but Safari/WebKit uses a DOMString.
Attachments
Patch (10.25 KB, patch)
2015-10-20 20:40 PDT, Chris Dumez
no flags
Patch (10.20 KB, patch)
2015-10-21 09:15 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-10-20 20:40:02 PDT
Ryosuke Niwa
Comment 2 2015-10-21 03:51:18 PDT
Comment on attachment 263655 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=263655&action=review > Source/WebCore/html/HTMLIFrameElement.idl:34 > + #endif #endif shouldn't be indented. > LayoutTests/fast/frames/sandbox-attribute.html:11 > +// Test Sanitization. I don't think we need this comment.
Chris Dumez
Comment 3 2015-10-21 09:15:16 PDT
WebKit Commit Bot
Comment 4 2015-10-21 10:01:00 PDT
Comment on attachment 263682 [details] Patch Clearing flags on attachment: 263682 Committed r191388: <http://trac.webkit.org/changeset/191388>
WebKit Commit Bot
Comment 5 2015-10-21 10:01:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.