Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 07a744d77e3e9edf59064f1c3e8e47f7a23b6f1d
https://github.com/WebKit/WebKit/commit/07a744d77e3e9edf59064f1c3e8e47f7a23b6f1d
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-11 (Wed, 11 Mar 2026)
Changed paths:
M LayoutTests/fast/viewport/viewport-122-expected.txt
M LayoutTests/fast/viewport/viewport-122.html
M
LayoutTests/imported/w3c/web-platform-tests/html/browsers/the-window-object/open-close/resources/tokenization-noopener-noreferrer.js
M Source/WebCore/page/WindowFeatures.cpp
Log Message:
-----------
Switch WindowFeatures to isASCIIWhitespace()
https://bugs.webkit.org/show_bug.cgi?id=255855
rdar://108440799
Reviewed by Ryosuke Niwa.
Per 188338@main it seems that using
isUnicodeCompatibleASCIIWhitespace() was an oversight. Not treating
form feed as whitespace for parsing <meta name=viewport> is
inconsistent with HTML and there's no real justification for it other
than an early attempt at writing down the specification not taking that
into account.
Per https://github.com/w3c/csswg-drafts/issues/8757 the CSS WG has
resolved to update the specification.
window.open() test change upstreamed here:
https://github.com/web-platform-tests/wpt/pull/58392
Canonical link: https://commits.webkit.org/309044@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications