[css-bedrock] text-rendering property can cause performance issues
Closed this issue · 0 comments
austingreendev commented
Description
The text-rendering: optimizeLegibility;
rule can cause severe performance issues in different combinations of browsers and non-english inputs methods.
text-rendering
is also not listed in any CSS spec and is only valid on SVG elements.
Some existing bugs in chromium and safari:
- https://bugs.webkit.org/show_bug.cgi?id=41363
- https://bugs.chromium.org/p/chromium/issues/detail?id=114719
Steps to Reproduce
- use Japanese input (or other advanced IME) with
<input />
elements styled bycss-bedrock
Fine Print
- Component:
css-bedrock
- Browsers: all (safari especially)