Bug 262007 - Named pages in @page selectors do not have a namespace
Summary: Named pages in @page selectors do not have a namespace
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-23 16:27 PDT by Ahmad Saleem
Modified: 2023-09-30 16:28 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2023-09-23 16:27:13 PDT
Hi Team,

While going through WPT failure in CSS, I came across another potential merge but it does not progress test case but might fix any crashes which a blink commit claims in commit log.

Blink Commit - https://chromium-review.googlesource.com/c/chromium/src/+/1406716

WPT Test Case (just for reference) - http://wpt.live/css/cssom/cssom-pagerule.html

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/css/parser/CSSParserImpl.cpp#207

Change 'styleSheet->defaultNamespace()' to 'starAtom()'

^ above compiles but you have to remove argument 'styleSheet' as well from function and function definition.

Just wanted to raise so we can explore, if we should merge it.

Thanks!
Comment 1 Radar WebKit Bug Importer 2023-09-30 16:28:12 PDT
<rdar://problem/116292982>