Consider using marker-side: match-parent;
and text-align: match-parent;
in the UA stylesheet
#6474
Labels
marker-side: match-parent;
and text-align: match-parent;
in the UA stylesheet
#6474
From #4816 (review) comment by @domenic
(
marker-side
should probably apply tomenu
as well.)marker-side
is defined here: https://drafts.csswg.org/css-lists/#marker-sidetext-align: match-parent
is defined here: https://drafts.csswg.org/css-text/#valdef-text-align-match-parentNone of Gecko, WebKit, Chromium support the
marker-side
property, AFAICT.Gecko has
text-align: match-parent;
onli
: https://searchfox.org/mozilla-central/rev/2b99ea2e97eef00a8a1c7e24e5fe51ab5304bc42/layout/style/res/html.css#603 (Bug 645642)WebKit and Chromium use
text-align: -webkit-match-parent;
:https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/html/resources/html.css;l=357;drc=78c94894dfa3edca8d26b643f592751575edaf5a
https://github.com/WebKit/WebKit/blob/c87fa091ba26dabd4367c97c99bc5a9b448a97f1/Source/WebCore/css/html.css#L302
cc @whatwg/css
The text was updated successfully, but these errors were encountered: