Make WordPress Core


Ignore:
Timestamp:
01/13/2026 10:07:57 PM (2 months ago)
Author:
peterwilsoncc
Message:

General: Use legacy content properties for CSS icons.

In modern browsers the CSS content property provides alt text support for assistive technology in the form display / alt text. This introduces support for legacy browsers that do not support the new syntax.

CSS content properties take advantage of the CSS cascade and browsers ignoring values they don't understand by adding duplicate content properties in the form:

content: display;
content: display / alt text;

Modern browsers will use the second property, legacy browsers will use the first.

Follow-up to [60885] for #63603.

Props acmoifr, joedolson, jorbin, mydesign78, ov3rfly, peterwilsoncc, presskopp, sabernhardt, siliconforks, swissspidy, threadi, wildworks, wolf45.
Fixes #64350.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r60885 r61480  
    923923
    924924i.mce-i-bold:before {
     925    content: "\f200";
    925926    content: "\f200" / '';
    926927}
    927928
    928929i.mce-i-italic:before {
     930    content: "\f201";
    929931    content: "\f201" / '';
    930932}
    931933
    932934i.mce-i-bullist:before {
     935    content: "\f203";
    933936    content: "\f203" / '';
    934937}
    935938
    936939i.mce-i-numlist:before {
     940    content: "\f204";
    937941    content: "\f204" / '';
    938942}
    939943
    940944i.mce-i-blockquote:before {
     945    content: "\f205";
    941946    content: "\f205" / '';
    942947}
    943948
    944949i.mce-i-alignleft:before {
     950    content: "\f206";
    945951    content: "\f206" / '';
    946952}
    947953
    948954i.mce-i-aligncenter:before {
     955    content: "\f207";
    949956    content: "\f207" / '';
    950957}
    951958
    952959i.mce-i-alignright:before {
     960    content: "\f208";
    953961    content: "\f208" / '';
    954962}
    955963
    956964i.mce-i-link:before {
     965    content: "\f103";
    957966    content: "\f103" / '';
    958967}
    959968
    960969i.mce-i-unlink:before {
     970    content: "\f225";
    961971    content: "\f225" / '';
    962972}
    963973
    964974i.mce-i-wp_more:before {
     975    content: "\f209";
    965976    content: "\f209" / '';
    966977}
    967978
    968979i.mce-i-strikethrough:before {
     980    content: "\f224";
    969981    content: "\f224" / '';
    970982}
    971983
    972984i.mce-i-spellchecker:before {
     985    content: "\f210";
    973986    content: "\f210" / '';
    974987}
     
    978991i.mce-i-dfw:before,
    979992.qt-dfw:before {
     993    content: "\f211";
    980994    content: "\f211" / '';
    981995}
    982996
    983997i.mce-i-wp_adv:before {
     998    content: "\f212";
    984999    content: "\f212" / '';
    9851000}
    9861001
    9871002i.mce-i-underline:before {
     1003    content: "\f213";
    9881004    content: "\f213" / '';
    9891005}
    9901006
    9911007i.mce-i-alignjustify:before {
     1008    content: "\f214";
    9921009    content: "\f214" / '';
    9931010}
     
    9951012i.mce-i-forecolor:before,
    9961013i.mce-i-backcolor:before {
     1014    content: "\f215";
    9971015    content: "\f215" / '';
    9981016}
    9991017
    10001018i.mce-i-pastetext:before {
     1019    content: "\f217";
    10011020    content: "\f217" / '';
    10021021}
    10031022
    10041023i.mce-i-removeformat:before {
     1024    content: "\f218";
    10051025    content: "\f218" / '';
    10061026}
    10071027
    10081028i.mce-i-charmap:before {
     1029    content: "\f220";
    10091030    content: "\f220" / '';
    10101031}
    10111032
    10121033i.mce-i-outdent:before {
     1034    content: "\f221";
    10131035    content: "\f221" / '';
    10141036}
    10151037
    10161038i.mce-i-indent:before {
     1039    content: "\f222";
    10171040    content: "\f222" / '';
    10181041}
    10191042
    10201043i.mce-i-undo:before {
     1044    content: "\f171";
    10211045    content: "\f171" / '';
    10221046}
    10231047
    10241048i.mce-i-redo:before {
     1049    content: "\f172";
    10251050    content: "\f172" / '';
    10261051}
     
    10281053i.mce-i-help:before,
    10291054i.mce-i-wp_help:before {
     1055    content: "\f223";
    10301056    content: "\f223" / '';
    10311057}
    10321058
    10331059i.mce-i-wp-media-library:before {
     1060    content: "\f104";
    10341061    content: "\f104" / '';
    10351062}
    10361063
    10371064i.mce-i-ltr:before {
     1065    content: "\f320";
    10381066    content: "\f320" / '';
    10391067}
    10401068
    10411069i.mce-i-wp_page:before {
     1070    content: "\f105";
    10421071    content: "\f105" / '';
    10431072}
    10441073
    10451074i.mce-i-hr:before {
     1075    content: "\f460";
    10461076    content: "\f460" / '';
    10471077}
    10481078
    10491079i.mce-i-remove:before {
     1080    content: "\f158";
    10501081    content: "\f158" / '';
    10511082}
    10521083
    10531084i.mce-i-wp_code:before {
     1085    content: "\f475";
    10541086    content: "\f475" / '';
    10551087}
     
    10571089/* RTL button icons */
    10581090.rtl i.mce-i-outdent:before {
     1091    content: "\f222";
    10591092    content: "\f222" / '';
    10601093}
    10611094
    10621095.rtl i.mce-i-indent:before {
     1096    content: "\f221";
    10631097    content: "\f221" / '';
    10641098}
     
    12121246
    12131247.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
     1248    content: "\f104";
    12141249    content: "\f104" / '';
    12151250}
     
    14291464    width: 36px;
    14301465    height: 36px;
     1466    content: "\f158";
    14311467    content: "\f158" / '';
    14321468}
Note: See TracChangeset for help on using the changeset viewer.