Bug 255855
Summary: | Switch WindowFeatures.cpp to isASCIIWhitespace | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
Component: | DOM | Assignee: | Anne van Kesteren <annevk> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/w3c/csswg-drafts/issues/8757 | ||
Bug Depends on: | |||
Bug Blocks: | 255467 |
Anne van Kesteren
Reading https://github.com/WebKit/WebKit/commit/e117030c4720367b0fd0a21723802b940bb67771 it seems that using isUnicodeCompatibleASCIIWhitespace was an oversight and not treating form feed as whitespace for parsing <meta name=viewport> seems overly cautious.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108440799>
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/13089
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/13095