Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/theme.json

    r54372 r54467  
    267267                    "size": "1.75rem",
    268268                    "slug": "large",
    269                     "fluid": false
     269                    "fluid": {
     270                        "min": "1.75rem",
     271                        "max": "1.875rem"
     272                    }
    270273                },
    271274                {
     
    486489            "core/pullquote": {
    487490                "border": {
     491                    "style": "solid",
    488492                    "width": "1px 0"
     493                },
     494                "elements": {
     495                    "cite": {
     496                        "typography": {
     497                            "fontSize": "var(--wp--preset--font-size--small)",
     498                            "fontStyle": "normal",
     499                            "textTransform": "none"
     500                        }
     501                    }
     502                },
     503                "typography": {
     504                    "lineHeight": "1.3"
     505                },
     506                "spacing": {
     507                    "margin": {
     508                        "bottom": "var(--wp--preset--spacing--40) !important",
     509                        "top": "var(--wp--preset--spacing--40) !important"
     510                    }
    489511                }
    490512            },
     
    493515                    "fontSize": "var(--wp--preset--font-size--small)",
    494516                    "fontWeight": "400"
     517                },
     518                "spacing": {
     519                    "padding": {
     520                        "top": "var(--wp--preset--spacing--40)"
     521                    }
     522                },
     523                "border": {
     524                    "top": {
     525                        "width": "2px",
     526                        "style": "solid"
     527                    }
    495528                },
    496529                "elements": {
     
    510543                "border": {
    511544                    "width": "1px"
     545                },
     546                "elements": {
     547                    "cite": {
     548                        "typography": {
     549                            "fontSize": "var(--wp--preset--font-size--small)",
     550                            "fontStyle": "normal"
     551                        }
     552                    }
     553                },
     554                "spacing": {
     555                    "padding": {
     556                        "left": "var(--wp--preset--spacing--30)",
     557                        "right": "var(--wp--preset--spacing--30)"
     558                    }
    512559                }
    513560            },
     
    591638            "h3": {
    592639                "typography": {
    593                     "fontSize": "2.25rem"
     640                    "fontSize": "var(--wp--preset--font-size--x-large)"
    594641                }
    595642            },
    596643            "h4": {
    597644                "typography": {
    598                     "fontSize": "clamp(1.75rem, calc(1.75rem + ((1vw - 0.48rem) * 8.4135)), 1.875rem)"
     645                    "fontSize": "var(--wp--preset--font-size--large)"
    599646                }
    600647            },
Note: See TracChangeset for help on using the changeset viewer.