- From: Tobi Reif via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Mar 2018 10:26:20 +0000
- To: public-css-archive@w3.org
I need a way to ensure that the glyphs in medium/large text get placed in the same position, regarding the x-axis and regarding the y-axis, in all browsers on all OSs on all devices. If the following tests pass, in all bowsers on all OSs on all devices, then the issue would resolved well enough as a first step. https://tobireif.com/non_site_stuff/test_case_for_font_position_report/ https://tobireif.com/non_site_stuff/test_case_for_font_position_report_yet_another_font_line-height_normal_just_em_units/ https://tobireif.com/non_site_stuff/test_case_for_font_position_report_yet_another_font/ And (right away or later) consistent glyph-positioning should also be ensured for the cases you list. (I don't know what you mean by "font cascading", but I guess that both "font cascading" and "fallback" both mean that a different font is used eg until the respective web-font is loaded and applied.) The fix / the property should work for all fonts on all pages for any type of font, for fonts supplied via @ font-face, and for fonts loaded from the local system (eg "non-web-fonts") (including "-apple-system" and BlinkMacSystemFont). The default (eg in the absence of the new property) should be consistent glyph-positioning for all fonts used on a page, in all stages of the loading phase, in all browsers on all platforms (OSs and devices). > Should the baseline position stay, or should it be adjusted according to the used font? The glyphs should always get positioned in the same position (x-axis and y-axis, not just baseline) across platforms - per used font. -- GitHub Notification of comment by tobireif Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2228#issuecomment-370375368 using your GitHub account
Received on Monday, 5 March 2018 10:26:24 UTC