Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61767, comment 3


Ignore:
Timestamp:
08/02/2024 11:35:31 AM (6 weeks ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61767, comment 3

    initial v1  
    11This is not exactly related to the Letter Spacing control, though it easier to notice with more space between each character.
    22
    3 The front end stylesheet adds `hyphens: auto` for widget and page content but not for posts (`.widget-area .widget` and `.site-content article`). The editor styles do not set the `hyphens` property to match the front. Note that hyphens still will not work within the iframe editor until that has a `lang` attribute (GB52777/GB54150).
     3The front end stylesheet adds `hyphens: auto` for widgets and post/page content including comments (`.widget-area .widget` and `.site-content article`). The editor styles do not set the `hyphens` property to match the front. Note that hyphens still will not work within the iframe editor until that has a `lang` attribute (GB52777/GB54150).