Bug 262697 - Align UA Stylesheet by adding `writing-mode: horizontal-tb !important;` for all math elements in mathml.css
Summary: Align UA Stylesheet by adding `writing-mode: horizontal-tb !important;` for a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2023-10-05 05:51 PDT by Ahmad Saleem
Modified: 2023-10-06 02:00 PDT (History)
3 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-10-05 05:51:28 PDT
SSIA,

It leads to progress almost all tests here:

https://wpt.fyi/results/mathml/relations/css-styling/writing-mode/force-horizontal-tb.html?label=experimental&label=master&aligned=

and only 'menclose' failing here:

https://wpt.fyi/results/mathml/relations/css-styling/writing-mode/writing-mode-002.html?label=experimental&label=master&aligned=

___

*|* {
    writing-mode: horizontal-tb !important;
}

and remove from math {}.

___

Just wanted to raise so I can fix it.

Thanks!
Comment 1 EWS 2023-10-06 01:59:55 PDT
Committed 268977@main (5d7fe12c4bef): <https://commits.webkit.org/268977@main>

Reviewed commits have been landed. Closing PR #18723 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-10-06 02:00:16 PDT
<rdar://problem/116569997>