[wp-trac] [WordPress Trac] #35111: Remove title attributes: the Plugin details modal.

WordPress Trac noreply at wordpress.org
Tue Jan 19 13:39:41 UTC 2016


#35111: Remove title attributes: the Plugin details modal.
----------------------------+--------------------------------
 Reporter:  afercia         |       Owner:  afercia
     Type:  defect (bug)    |      Status:  assigned
 Priority:  normal          |   Milestone:  4.5
Component:  Administration  |     Version:  4.4
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:  ui, accessibility
----------------------------+--------------------------------

Comment (by rianrietveld):

 Concerning the reviews:
 What about adding a heading '''View reviews''' and after that the ratings
 in a list, instead of in separate div's.
 It would need a bit of tweaking in the css but not much i guess.
 Screenshot is of the code below, without CSS changes

 {{{
 <h3>View reviews</h3>

 <ul>
         <li class="counter-container">
                 <span class="counter-label"><a
 href="https://wordpress.org/support/view/plugin-reviews/hello-
 dolly?filter=5" target="_blank">5 stars</a></span>
                 <span class="counter-back">
                         <span class="counter-bar" style="width:
 38.964705882353px;"></span>
                 </span>
                 <span class="counter-count">36</span>
         </li>
         <li class="counter-container">
                 <span class="counter-label"><a
 href="https://wordpress.org/support/view/plugin-reviews/hello-
 dolly?filter=4" target="_blank">4 stars</a></span>
                 <span class="counter-back">
                         <span class="counter-bar" style="width:
 2.1647058823529px;"></span>
                 </span>
                 <span class="counter-count">2</span>
         </li>

         <li class="counter-container">
                 <span class="counter-label"><a
 href="https://wordpress.org/support/view/plugin-reviews/hello-
 dolly?filter=3" target="_blank">3 stars</a></span>
                 <span class="counter-back">
                         <span class="counter-bar" style="width:
 1.0823529411765px;"></span>
                 </span>
                 <span class="counter-count">1</span>
         </li>

         <li class="counter-container">
                 <span class="counter-label"><a
 href="https://wordpress.org/support/view/plugin-reviews/hello-
 dolly?filter=2" target="_blank">2 stars</a></span>
                 <span class="counter-back">
                         <span class="counter-bar" style="width:
 0px;"></span>
                 </span>
                 <span class="counter-count">0</span>
         </li>

         <li class="counter-container">
                 <span class="counter-label"><a
 href="https://wordpress.org/support/view/plugin-reviews/hello-
 dolly?filter=1" target="_blank">1 star</a></span>
                 <span class="counter-back">
                         <span class="counter-bar" style="width:
 49.788235294118px;"></span>
                 </span>
                 <span class="counter-count">46</span>
         </li>
 </ul>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/35111#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list