Changes between Initial Version and Version 1 of Ticket #47925, comment 13
- Timestamp:
- 07/31/2024 04:28:46 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47925, comment 13
initial v1 2 2 3 3 I had thought the theme's use of `:lang()` would help when a page has multiple languages. 4 - It adjusts the font for elements such as headings, inputs and buttons in another language. That could be important to continue supporting (in a different way ?).4 - It adjusts the font for elements such as headings, inputs and buttons in another language. That could be important to continue supporting (in a different way within `style.css`?). 5 5 - The font does not adjust for elements that I think are more likely to have their own `lang` attribute: `p`, `ul`, `li`, `div`, `span` and `i`. 6 6 - Note: since the post editor canvas was moved inside an iframe without a `lang` attribute in WP6.3, these language styles do not apply there (GB52777 / GB54150).