Skip to content

[cssom-1] Change CSSStyleSheetInit's baseURL type to nullable #12078#1

Open
zeesuyeon wants to merge 1 commit into
mainfrom
baseurl
Open

[cssom-1] Change CSSStyleSheetInit's baseURL type to nullable #12078#1
zeesuyeon wants to merge 1 commit into
mainfrom
baseurl

Conversation

@zeesuyeon

@zeesuyeon zeesuyeon commented Feb 23, 2026

Copy link
Copy Markdown
Owner

Fixes: 12078

Update the baseURL in CSSStyleSheetInit dictionary to be nullable to align with the default value null.

The previous definition used DOMString baseURL = null;, but in WebIDL, DOMString is not nullable by default. To correctly support null as a default value, the type should be explicitly defined as DOMString?.

@zeesuyeon zeesuyeon changed the title [cssom-1] Change CSSStyleSheetInit's baseURL type to nullable [cssom-1] Change CSSStyleSheetInit's baseURL type to nullable #12078 Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant