You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results a worthy size reduction for apps that render static tables, or display static CJK text with annotations (<ruby> tag, which has <rp> and <rt>)
The text was updated successfully, but these errors were encountered:
I we did this optimization I just turned it off by default now and it under a config flag since some environments can't handle it. Like some testing environments completely choke on it.
Following this part of the HTML specification,
https://html.spec.whatwg.org/multipage/syntax.html#optional-tags
We should be able to minify this HTML code
to this
This results a worthy size reduction for apps that render static tables, or display static CJK text with annotations (
<ruby>
tag, which has<rp>
and<rt>
)The text was updated successfully, but these errors were encountered: