[wp-trac] [WordPress Trac] #62008: Twenty Eleven: Previous and Next links are not clickable in Mobile Portrait mode

WordPress Trac noreply at wordpress.org
Mon Sep 9 11:47:34 UTC 2024


#62008: Twenty Eleven: Previous and Next links are not clickable in Mobile Portrait
mode
-------------------------------------------------+-------------------------
 Reporter:  Kel DC                               |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  6.7
Component:  Bundled Theme                        |     Version:  3.2
 Severity:  normal                               |  Resolution:
 Keywords:  needs-testing needs-screenshots      |     Focuses:
  has-patch                                      |  accessibility, css
-------------------------------------------------+-------------------------
Changes (by sabernhardt):

 * focuses:  css => accessibility, css


Comment:

 My comment about the floating was before applying a patch (which would
 remove the float).

 I do not think it needs `flex`, but that would belong on `#nav-single` so
 it does not affect other `nav` elements. Then the patch would also need to
 remove `display: block` at the 650px breakpoint (in `style.css`) and
 `float: left` in `rtl.css`.

 PR 7313 likewise would need to remove `float: left` in `rtl.css`. Note
 that deleting the rule in line 1798 changes the layout at any screen size.

 If it is worth changing the way the navigation displays after 13 years, we
 could remove more style rules. Floating the navigation to the right is an
 accessibility bug similar to #60496, and absolute positioning for the
 `.entry-meta` also goes against the DOM order.

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


More information about the wp-trac mailing list