Closed
Bug 1921633
Opened 2 months ago
Closed 1 month ago
Web Manifest: Case-insensitive parsing of the "dir" member
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: christian, Assigned: christian)
Details
Attachments
(1 file)
Steps to reproduce:
The Web Application Manifest parser ignores the casing for the "display" and "orientation" members but not for the "dir" member. For example, "LTR" would not be accepted, but "ltr" would be. Blink and WebKit ignore the casing for all three enum-based members. Details: https://github.com/w3c/manifest/issues/1142
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Comment 2•1 month ago
|
||
Moving this to DOM Core, I think that is what covers Web Application Manifest handling (feel free to fix if that's wrong).
Component: CSS Parsing and Computation → DOM: Core & HTML
Updated•1 month ago
|
Severity: -- → S3
Assignee | ||
Comment 3•1 month ago
|
||
for alignment between engines: https://github.com/w3c/manifest/issues/1142
Updated•1 month ago
|
Assignee: nobody → christian
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e84af16594cc
Web Manifest: case-insensitive parsing of the "dir" member r=saschanaz
Comment 5•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•