Make WordPress Core

Ticket #31336: 31336.5.diff

File 31336.5.diff, 25.0 KB (added by celloexpressions, 9 years ago)

Implement latest design from @folletto, including add-widgets for mobile and fixing widget-expansion.

  • src/wp-admin/css/customize-controls.css

     
    5050        overflow-x: hidden;
    5151}
    5252
    53 #customize-info {
     53#customize-controls .customize-info {
    5454        border: none;
    5555        border-top: 1px solid #ddd;
     56        border-bottom: 1px solid #ddd;
     57        margin-bottom: 15px;
    5658}
    5759
    58 #customize-info .accordion-section-title {
    59         background-color: #fff;
    60         color: #666666;
     60#customize-controls .customize-info .accordion-section-title {
     61        background: #fff;
     62        color: #555;
    6163        border-left: none;
    6264        border-right: none;
    63         border-bottom: 1px solid #eeeeee;
     65        border-bottom: none;
     66        cursor: default;
    6467}
    6568
    66 #customize-info.open .accordion-section-title:after,
    67 #customize-info .accordion-section-title:hover:after,
    68 #customize-info .accordion-section-title:focus:after {
    69         color: #555555;
     69#customize-controls .customize-info.open .accordion-section-title:after,
     70#customize-controls .customize-info .accordion-section-title:hover:after,
     71#customize-controls .customize-info .accordion-section-title:focus:after {
     72        color: #333;
    7073}
    7174
    72 #customize-info .preview-notice {
     75#customize-controls .customize-info .accordion-section-title:after {
     76        display: none;
     77}
     78
     79#customize-controls .customize-info .preview-notice {
    7380        font-size: 13px;
    7481        line-height: 24px;
    7582}
    7683
    77 #customize-info .theme-name {
     84#customize-controls .control-section .customize-section-title,
     85#customize-controls .customize-info .panel-title {
    7886        font-size: 20px;
    7987        font-weight: 200;
    8088        line-height: 24px;
    8189        display: block;
     90        overflow: hidden;
     91        white-space: nowrap;
     92        text-overflow: ellipsis;
    8293}
    8394
    84 #customize-info .theme-screenshot {
    85         width: 258px;
     95#customize-controls .customize-info .customize-help-toggle {
     96        position: absolute;
     97        top: 4px;
     98        right: 1px;
     99        padding: 10px 8px 10px 10px;
     100        cursor: pointer;
    86101}
    87102
    88 #customize-info .theme-description {
    89         margin-top: 1em;
    90         color: #666666;
    91         line-height: 20px;
     103#customize-controls .customize-info.open .customize-help-toggle {
     104        color: #0073aa;
    92105}
    93106
     107#customize-controls .customize-info .customize-panel-description {
     108        display: none;
     109        background: #fff;
     110        padding: 0 12px 16px 12px;
     111}
     112
     113#customize-controls .customize-info .customize-panel-description p:first-child {
     114        margin-top: 0;
     115}
     116
     117#customize-controls .customize-info .customize-panel-description p:last-child {
     118        margin-bottom: 0;
     119}
     120
    94121#customize-theme-controls .control-section {
    95122        border: none;
    96123}
     
    101128        border-bottom: 1px solid #eeeeee;
    102129}
    103130
     131#customize-theme-controls .accordion-section-title:after {
     132        content: "\f345";
     133}
     134
     135.rtl #customize-theme-controls .accordion-section-title:after {
     136        content: "\f341";
     137}
     138
    104139#customize-theme-controls .accordion-section-content {
    105         color: #555555;
    106         background: #fff;
     140        color: #555;
     141        background: transparent;
    107142}
    108143
    109 #customize-info.open .accordion-section-title,
    110 #customize-info .accordion-section-title:hover,
    111 #customize-info .accordion-section-title:focus,
    112 #customize-theme-controls .control-section:hover > .accordion-section-title,
    113 #customize-theme-controls .control-section .accordion-section-title:hover,
    114 #customize-theme-controls .control-section.open .accordion-section-title,
    115 #customize-theme-controls .control-section .accordion-section-title:focus {
    116         color: #23282d;
    117         background: #f5f5f5;
     144#customize-controls .control-section:hover > .accordion-section-title,
     145#customize-controls .control-section .accordion-section-title:hover,
     146#customize-controls .control-section.open .accordion-section-title,
     147#customize-controls .control-section .accordion-section-title:focus {
     148        color: #fff;
     149        background: #0073aa;
    118150}
    119151
    120152.js .control-section:hover .accordion-section-title,
     
    128160#customize-theme-controls .control-section .accordion-section-title:hover:after,
    129161#customize-theme-controls .control-section.open .accordion-section-title:after,
    130162#customize-theme-controls .control-section .accordion-section-title:focus:after {
    131         color: #555;
     163        color: #fff;
    132164}
    133165
    134 #customize-info.open,
    135166#customize-theme-controls .control-section.open {
    136167        border-bottom: 1px solid #eeeeee;
    137168}
     
    145176        border-bottom-color: #ddd;
    146177}
    147178
    148 #customize-theme-controls > ul,
     179#customize-theme-controls > ul {
     180        margin: 0;
     181}
     182
    149183#customize-theme-controls .accordion-section-content {
    150184        margin: 0;
     185        position: absolute;
     186        left: 100%;
     187        top: 0;
     188        width: -webkit-calc(100% - 24px);
     189        width: calc(100% - 24px);
     190        padding: 12px;
    151191}
    152192
     193.customize-section-description-container {
     194        margin-bottom: 15px;
     195}
     196
     197h3.customize-section-title {
     198        margin: -12px -12px -12px 35px;
     199        padding: 12px;
     200        border-bottom: 1px solid #ddd;
     201        border-left: 1px solid #ddd;
     202        background: #fff;
     203        color: #555;
     204        cursor: pointer;
     205}
     206
     207h3.customize-section-title:before {
     208        font: normal 20px/72px dashicons;
     209        content: "\f341";
     210        -webkit-font-smoothing: antialiased;
     211        -moz-osx-font-smoothing: grayscale;
     212        position: absolute;
     213        top: 0;
     214        left: 0;
     215        width: 47px;
     216        margin: 0;
     217        text-align: center;
     218        background: #fff;
     219        border-bottom: 1px solid #ddd;
     220}
     221
     222.rtl h3.customize-section-title:before {
     223        content: "\f345";
     224}
     225
     226h3.customize-section-title:hover,
     227h3.customize-section-title:hover:before,
     228h3.customize-section-title:focus,
     229h3.customize-section-title:focus:before {
     230        background: #0073aa;
     231        color: #fff;
     232        box-shadow: none;
     233        outline: none;
     234}
     235
     236#customize-theme-controls .control-section .accordion-section-content > li.customize-control:nth-child(2) {
     237        margin-top: 12px;
     238}
     239
     240#customize-theme-controls {
     241        position: relative;
     242        left: 0;
     243        transition: .18s left ease-in-out;
     244}
     245
     246.section-open #customize-info,
     247.section-open #customize-theme-controls {
     248        left: -100%;
     249}
     250
     251.section-open .control-panel-back {
     252        display: none;
     253}
     254
    153255.control-section.control-panel > .accordion-section-title {
    154256        padding-right: 54px;
    155257}
     
    169271
    170272#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:focus:after,
    171273#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:hover:after {
    172         background: #ddd;
    173         color: #000;
     274        background: #00a0d2;
     275        color: #fff;
    174276        border: 1px solid #d9d9d9;
    175277        border-right: none;
    176278        margin-top: -12px;
     
    184286        left: 300px;
    185287        top: 0;
    186288        width: 300px;
    187         border-top: 1px solid #ddd;
    188289        -webkit-transition: left ease-in-out .18s;
    189290        transition: left ease-in-out .18s;
    190291}
     
    242343        transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
    243344}
    244345
     346.customize-panel-back {
     347        display: block;
     348        float: left;
     349        width: 45px;
     350        height: 69px;
     351        padding-right: 2px;
     352        background: #fff;
     353        border-right: 1px solid #ddd;
     354        cursor: pointer;
     355        -webkit-transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
     356        transition: left .18s ease-in-out, color .1s ease-in-out, background .1s ease-in-out;
     357}
     358
     359
    245360.ios .control-panel-back {
    246361        -webkit-transition: left 0s;
    247362        transition: left 0s;
     
    251366        display: none;
    252367}
    253368
     369.panel-meta.customize-info .accordion-section-title {
     370        margin-left: 48px;
     371}
     372
     373#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
     374        background: #fff;
     375        color: #555;
     376}
     377
    254378.customize-overlay-close:focus,
    255379.customize-overlay-close:hover,
    256380.customize-controls-close:focus,
     
    267391        box-shadow: none;
    268392}
    269393
     394.customize-panel-back:hover,
     395.customize-panel-back:focus {
     396        background: #0073aa;
     397        border-color: #ccc;
     398        color: #fff;
     399        outline: none;
     400        -webkit-box-shadow: none;
     401        box-shadow: none;
     402}
     403
    270404.customize-overlay-close:before,
    271405.customize-controls-close:before {
    272406        font: normal 22px/45px dashicons;
     
    276410        left: 13px;
    277411}
    278412
     413.customize-panel-back:before {
     414        font: normal 20px/69px dashicons;
     415        content: "\f341";
     416        position: relative;
     417        left: 13px;
     418}
     419
    279420.control-panel-back:before {
    280421        font: normal 20px/45px dashicons;
    281422        content: "\f341";
     
    285426}
    286427
    287428.in-sub-panel .control-panel-back {
    288         left: 0;
     429/*      left: 0; @todo decide whether to bring back the back buttons in the header */
    289430}
    290431
    291432.current-panel > .accordion-section-title {
     
    345486        transition: left 0s;
    346487}
    347488
    348 .control-section.control-panel .accordion-section-title .panel-title {
    349         font-size: 20px;
    350         font-weight: 200;
    351         line-height: 24px;
    352         display: block;
    353         border: none;
    354 }
    355 
    356 .control-section.control-panel .preview-notice {
    357         font-size: 13px;
    358         line-height: 24px;
    359 }
    360 
    361489p.customize-section-description {
    362490        font-style: normal;
     491        margin-top: 22px;
     492        margin-bottom: 0;
    363493}
    364494
    365495.customize-control {
     
    366496        width: 100%;
    367497        float: left;
    368498        clear: both;
    369         margin-bottom: 8px;
     499        margin-bottom: 12px;
    370500}
    371501
    372502.customize-control select,
     
    9131043        padding-right: 100px; /* Space for the button */
    9141044}
    9151045
    916 .control-section-themes .accordion-section-title span {
    917         font-size: small;
     1046.control-section-themes .accordion-section-title span.customize-action,
     1047#customize-controls .customize-section-title span.customize-action {
     1048        font-size: 13px;
    9181049        display: block;
    9191050        font-weight: 400;
    9201051}
     
    9281059        font-weight: normal;
    9291060}
    9301061
     1062.control-section-themes .accordion-section-title:before {
     1063        display: none;
     1064}
     1065
    9311066.customize-themes-panel {
    9321067        display: none;
    9331068        padding: 0 8px;
     
    9381073        box-sizing: border-box;
    9391074}
    9401075
     1076.customize-themes-panel .accordion-section-title:first-child {
     1077        margin-top: 0;
     1078}
    9411079
     1080#customize-controls .customize-themes-panel .accordion-section-title:nth-child(2) {
     1081        font-size: 14px;
     1082        font-weight: 600;
     1083}
     1084
    9421085.customize-themes-panel > h2 {
    9431086        padding: 15px 8px 0 8px;
    9441087}
     
    9561099        margin-bottom: 8px;
    9571100}
    9581101
     1102#customize-theme-controls .themes.accordion-section-content {
     1103        position: relative;
     1104        left: 0;
     1105        padding: 0;
     1106        width: 100%;
     1107}
     1108
    9591109.wp-customizer .theme-browser .themes {
    9601110        padding-bottom: 8px;
    9611111}
     
    11701320                margin-bottom: 4px;
    11711321        }
    11721322
    1173         .adding-widget #customize-header-actions .primary-actions {
    1174                 display: none;
    1175         }
    1176 
    1177         .adding-widget #customize-header-actions .secondary-actions {
    1178                 display: block;
    1179         }
    1180 
    11811323        #customize-header-actions .button-primary {
    11821324                margin-top: 6px;
    11831325        }
  • src/wp-admin/css/customize-widgets.css

     
    348348        width: 300px;
    349349        margin: 0;
    350350        z-index: 1;
    351         background: #fff !important;
     351        background: #eee !important;
    352352        -webkit-transition: all 0.2s;
    353353        transition: all 0.2s;
    354354        border-right: 1px solid #dddddd;
     
    384384#available-widgets .widget-tpl {
    385385        position: relative;
    386386        padding: 20px 15px 20px 60px;
     387        background: #fff;
    387388        border-bottom: 1px solid #e4e4e4;
    388389        cursor: pointer;
    389390        display: none;
     
    391392
    392393#available-widgets .widget-tpl:hover,
    393394#available-widgets .widget-tpl.selected {
    394         background: #fafafa;
     395        background: #eee;
     396        border-bottom-color: #ccc;
    395397}
    396398
    397399#available-widgets .widget-top,
     
    583585#available-widgets [class*="tweet"] .widget-title:before,
    584586#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; }
    585587
     588#available-widgets .customize-section-title {
     589        display: none;
     590}
    586591
    587592@media screen and (max-height: 700px) and (min-width: 981px) {
    588         .customize-control {
     593        .customize-control-widget {
    589594                margin-bottom: 0;
    590595        }
    591596        .widget-top {
     
    628633                width: 100%;
    629634        }
    630635
     636        #available-widgets .customize-section-title {
     637                margin: 0 0 0 47px;
     638                font-size: 20px;
     639                font-weight: 200;
     640                line-height: 24px;
     641                display: block;
     642                overflow: hidden;
     643                white-space: nowrap;
     644                text-overflow: ellipsis;
     645        }
     646
     647        #available-widgets .customize-section-title .customize-action {
     648                font-size: 13px;
     649                display: block;
     650                font-weight: 400;
     651        }
     652
    631653        #available-widgets-filter {
    632654                position: static;
    633655                width: 100%;
    634656                height: auto;
    635657        }
     658
     659        #available-widgets-list {
     660                top: 122px;
     661        }
    636662}
  • src/wp-admin/customize.php

     
    143143
    144144                <div id="widgets-right"><!-- For Widget Customizer, many widgets try to look for instances under div#widgets-right, so we have to add that ID to a container div in the Customizer for compat -->
    145145                <div class="wp-full-overlay-sidebar-content" tabindex="-1">
    146                         <div id="customize-info" class="accordion-section">
    147                                 <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>" tabindex="0">
     146                        <div id="customize-info" class="accordion-section customize-info">
     147                                <div class="accordion-section-title" aria-label="<?php esc_attr_e( 'Customizer Options' ); ?>">
    148148                                        <span class="preview-notice"><?php
    149                                                 echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' );
     149                                                echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name' ) . '</strong>' );
    150150                                        ?></span>
     151                                        <span class="customize-help-toggle dashicons dashicons-editor-help" tabindex="0"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></span>
    151152                                </div>
    152                                 <div class="accordion-section-content"><?php
     153                                <div class="customize-panel-description"><?php
    153154                                        _e( 'The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them.' );
    154155                                ?></div>
    155156                        </div>
  • src/wp-admin/js/customize-controls.js

     
    446446                        var section = this;
    447447
    448448                        // Expand/Collapse accordion sections on click.
    449                         section.container.find( '.accordion-section-title' ).on( 'click keydown', function( event ) {
     449                        section.container.find( '.accordion-section-title, .customize-section-title' ).on( 'click keydown', function( event ) {
    450450                                if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    451451                                        return;
    452452                                }
     
    499499                 * @param {Object}  args
    500500                 */
    501501                onChangeExpanded: function ( expanded, args ) {
    502                         var section = this,
     502                        var position, scroll, section = this,
     503                                container = section.container.closest( '.wp-full-overlay-sidebar-content' ),
    503504                                content = section.container.find( '.accordion-section-content' ),
     505                                overlay = section.container.closest( '.wp-full-overlay' ),
    504506                                expand;
    505507
    506                         if ( expanded ) {
     508                        if ( expanded && ! section.container.hasClass( 'open' ) ) {
    507509
    508510                                if ( args.unchanged ) {
    509511                                        expand = args.completeCallback;
    510512                                } else {
     513                                        container.scrollTop( 0 );
    511514                                        expand = function () {
    512                                                 content.stop().slideDown( args.duration, args.completeCallback );
    513515                                                section.container.addClass( 'open' );
     516                                                overlay.addClass( 'section-open' );
     517                                                position = content.offset().top;
     518                                                scroll = container.scrollTop();
     519                                                content.css( 'margin-top', ( 45 - position - scroll ) );
    514520                                        };
    515521                                }
    516522
     
    531537                                        expand();
    532538                                }
    533539
    534                         } else {
     540                        } else if ( section.container.hasClass( 'open' ) ) {
    535541                                section.container.removeClass( 'open' );
    536                                 content.slideUp( args.duration, args.completeCallback );
     542                                overlay.removeClass( 'section-open' );
     543                                content.css( 'margin-top', 'inherit' );
     544                                container.scrollTop( 0 );
     545                                section.container.find( '.accordion-section-title' ).focus();
    537546                        }
    538547                }
    539548        });
     
    10121021                                }
    10131022                        });
    10141023
     1024                        // Close panel.
     1025                        panel.container.find( '.customize-panel-back' ).on( 'click keydown', function( event ) {
     1026                                if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
     1027                                        return;
     1028                                }
     1029                                event.preventDefault(); // Keep this AFTER the key filter above
     1030
     1031                                if ( panel.expanded() ) {
     1032                                        panel.collapse();
     1033                                }
     1034                        });
     1035
    10151036                        meta = panel.container.find( '.panel-meta:first' );
    10161037
    1017                         meta.find( '> .accordion-section-title' ).on( 'click keydown', function( event ) {
     1038                        meta.find( '> .accordion-section-title .customize-help-toggle' ).on( 'click keydown', function( event ) {
    10181039                                if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    10191040                                        return;
    10201041                                }
     
    10241045                                        return;
    10251046                                }
    10261047
    1027                                 var content = meta.find( '.accordion-section-content:first' );
     1048                                var content = meta.find( '.customize-panel-description:first' );
    10281049                                if ( meta.hasClass( 'open' ) ) {
    10291050                                        meta.toggleClass( 'open' );
    10301051                                        content.slideUp( panel.defaultExpandedArguments.duration );
     
    10891110                        // Note: there is a second argument 'args' passed
    10901111                        var position, scroll,
    10911112                                panel = this,
    1092                                 section = panel.container.closest( '.accordion-section' ),
     1113                                section = panel.container.closest( '.accordion-section' ), // This is actually the panel.
    10931114                                overlay = section.closest( '.wp-full-overlay' ),
    10941115                                container = section.closest( '.wp-full-overlay-sidebar-content' ),
    10951116                                siblings = container.find( '.open' ),
    10961117                                topPanel = overlay.find( '#customize-theme-controls > ul > .accordion-section > .accordion-section-title' ).add( '#customize-info > .accordion-section-title' ),
    1097                                 backBtn = overlay.find( '.control-panel-back' ),
     1118                                backBtn = section.find( '.customize-panel-back' ),
    10981119                                panelTitle = section.find( '.accordion-section-title' ).first(),
    10991120                                content = section.find( '.control-panel-content' );
    11001121
     
    25732594                var parent, topFocus,
    25742595                        body = $( document.body ),
    25752596                        overlay = body.children( '.wp-full-overlay' ),
    2576                         title = $( '#customize-info .theme-name.site-title' ),
     2597                        title = $( '#customize-info .panel-title.site-title' ),
    25772598                        closeBtn = $( '.customize-controls-close' ),
    25782599                        saveBtn = $( '#save' );
    25792600
     
    25882609                });
    25892610
    25902611                // Expand/Collapse the main customizer customize info.
    2591                 $( '#customize-info' ).find( '> .accordion-section-title' ).on( 'click keydown', function( event ) {
     2612                $( '.customize-info' ).find( '> .accordion-section-title .customize-help-toggle' ).on( 'click keydown', function( event ) {
    25922613                        if ( api.utils.isKeydownButNotEnterEvent( event ) ) {
    25932614                                return;
    25942615                        }
    25952616                        event.preventDefault(); // Keep this AFTER the key filter above
    25962617
    2597                         var section = $( this ).parent(),
    2598                                 content = section.find( '.accordion-section-content:first' );
     2618                        var section = $( this ).closest( '.accordion-section' ),
     2619                                content = section.find( '.customize-panel-description:first' );
    25992620
    26002621                        if ( section.hasClass( 'cannot-expand' ) ) {
    26012622                                return;
  • src/wp-admin/js/customize-widgets.js

     
    176176
    177177                        // If the available widgets panel is open and the customize controls are
    178178                        // interacted with (i.e. available widgets panel is blurred) then close the
    179                         // available widgets panel.
    180                         $( '#customize-controls, .customize-overlay-close' ).on( 'click keydown', function( e ) {
     179                        // available widgets panel. Also close on back button click.
     180                        $( '#customize-controls, .customize-overlay-close, #available-widgets .customize-section-title' ).on( 'click keydown', function( e ) {
    181181                                var isAddNewBtn = $( e.target ).is( '.add-new-widget, .add-new-widget *' );
    182182                                if ( $( 'body' ).hasClass( 'adding-widget' ) && ! isAddNewBtn ) {
    183183                                        self.close();
     
    12701270
    12711271                        if ( expanded ) {
    12721272
    1273                                 self.expandControlSection();
     1273                                if ( 'undefined' != typeof api.section( self.section ) && ! api.section( self.section ).expanded() ) {
     1274                                        self.expandControlSection();
     1275                                }
    12741276
    12751277                                // Close all other widget controls before expanding this one
    12761278                                api.control.each( function( otherControl ) {
  • src/wp-includes/class-wp-customize-panel.php

     
    315315         */
    316316        protected function render_content() {
    317317                ?>
    318                 <li class="panel-meta accordion-section control-section<?php if ( empty( $this->description ) ) { echo ' cannot-expand'; } ?>">
    319                         <div class="accordion-section-title" tabindex="0">
     318                <li class="panel-meta customize-info accordion-section <?php if ( empty( $this->description ) ) { echo ' cannot-expand'; } ?>">
     319                        <span class="customize-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
     320                        <div class="accordion-section-title">
    320321                                <span class="preview-notice"><?php
    321322                                        /* translators: %s is the site/panel title in the Customizer */
    322323                                        echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title">' . esc_html( $this->title ) . '</strong>' );
    323324                                ?></span>
     325                                <span class="customize-help-toggle dashicons dashicons-editor-help" tabindex="0"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></span>
    324326                        </div>
    325327                        <?php if ( ! empty( $this->description ) ) : ?>
    326                                 <div class="accordion-section-content description">
     328                                <div class="description customize-panel-description">
    327329                                        <?php echo $this->description; ?>
    328330                                </div>
    329331                        <?php endif; ?>
  • src/wp-includes/class-wp-customize-section.php

     
    305305                <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $classes ); ?>">
    306306                        <h3 class="accordion-section-title" tabindex="0">
    307307                                <?php echo esc_html( $this->title ); ?>
    308                                 <span class="screen-reader-text"><?php _e( 'Press return or enter to expand' ); ?></span>
     308                                <span class="screen-reader-text"><?php _e( 'Press return or enter to open' ); ?></span>
    309309                        </h3>
    310310                        <ul class="accordion-section-content">
    311                                 <?php if ( ! empty( $this->description ) ) : ?>
    312                                         <li class="customize-section-description-container">
     311                                <li class="customize-section-description-container">
     312                                        <h3 class="customize-section-title" tabindex="0">
     313                                                <span class="customize-action"><?php _e( 'Customizing' ); ?><?php if ( $this->panel ) { echo ' &#9656; ' . esc_html( $this->manager->get_panel( $this->panel )->title ); } ?></span>
     314                                                <?php echo esc_html( $this->title ); ?>
     315                                                <span class="screen-reader-text"><?php _e( 'Press return or enter to close' ); ?></span>
     316                                        </h3>
     317                                        <?php if ( ! empty( $this->description ) ) : ?>
    313318                                                <p class="description customize-section-description"><?php echo $this->description; ?></p>
    314                                         </li>
    315                                 <?php endif; ?>
     319                                        <?php endif; ?>
     320                                </li>
    316321                        </ul>
    317322                </li>
    318323                <?php
     
    353358                                <?php
    354359                                if ( $this->manager->is_theme_active() ) {
    355360                                        /* translators: %s: theme name */
    356                                         printf( __( '<span>Active theme</span> %s' ), $this->title );
     361                                        printf( __( '<span class="customize-action">Active theme</span> %s' ), $this->title );
    357362                                } else {
    358363                                        /* translators: %s: theme name */
    359                                         printf( __( '<span>Previewing theme</span> %s' ), $this->title );
     364                                        printf( __( '<span class="customize-action">Previewing theme</span> %s' ), $this->title );
    360365                                }
    361366                                ?>
    362367
     
    363368                                <button type="button" class="button change-theme"><?php _ex( 'Change', 'theme' ); ?></button>
    364369                        </h3>
    365370                        <div class="customize-themes-panel control-panel-content themes-php">
    366                                 <h2>
     371                                <h3 class="accordion-section-title customize-section-title">
     372                                        <span class="customize-action"><?php _e( 'Customizing' ); ?></span>
    367373                                        <?php _e( 'Themes' ); ?>
    368374                                        <span class="title-count theme-count"><?php echo count( $this->controls ) + 1 /* Active theme */; ?></span>
    369                                 </h2>
    370 
     375                                </h3>
    371376                                <h3 class="accordion-section-title customize-section-title">
    372377                                        <?php
    373378                                        if ( $this->manager->is_theme_active() ) {
    374379                                                /* translators: %s: theme name */
    375                                                 printf( __( '<span>Active theme</span> %s' ), $this->title );
     380                                                printf( __( '<span class="customize-action">Active theme</span> %s' ), $this->title );
    376381                                        } else {
    377382                                                /* translators: %s: theme name */
    378                                                 printf( __( '<span>Previewing theme</span> %s' ), $this->title );
     383                                                printf( __( '<span class="customize-action">Previewing theme</span> %s' ), $this->title );
    379384                                        }
    380385                                        ?>
    381386                                        <button type="button" class="button customize-theme"><?php _e( 'Customize' ); ?></button>
  • src/wp-includes/class-wp-customize-widgets.php

     
    664664                ?>
    665665                <div id="widgets-left"><!-- compatibility with JS which looks for widget templates here -->
    666666                <div id="available-widgets">
     667                        <h3 class="customize-section-title" tabindex="0">
     668                                <span class="customize-action"><?php _e( 'Customizing' ); echo ' &#9656; '; _e( 'Widgets' ); ?></span>
     669                                <?php _e( 'Add a Widget' ); ?>
     670                                <span class="screen-reader-text"><?php _e( 'Press return or enter to close' ); ?></span>
     671                        </h3>
    667672                        <div id="available-widgets-filter">
    668673                                <label class="screen-reader-text" for="widgets-search"><?php _e( 'Search Widgets' ); ?></label>
    669674                                <input type="search" id="widgets-search" placeholder="<?php esc_attr_e( 'Search widgets&hellip;' ) ?>" />