-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
Needs EditsNeeds Testcase (WPT)css-values-5i18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Description
Per https://drafts.csswg.org/css-values-4/#attr-types the value of the attribute is literally forwarded to CSS, without taking into account how that attribute would be parsed (which requires passing in a base URL and encoding to the URL parser). This means that if you have
foo="bar"
in your document at / and your CSS is in /css/meh it'll link to /bar in your document and /css/bar in your CSS.
Metadata
Metadata
Assignees
Labels
Needs EditsNeeds Testcase (WPT)css-values-5i18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Type
Projects
Status
Oldest unslotted