firestorm icon indicating copy to clipboard operation
firestorm copied to clipboard

errant mobile-related checkbox

Open RichMorin opened this issue 8 years ago • 0 comments

There's an errant mobile-related checkbox on https://forum.firestormforum.org. It is invisible on computer screens, but it is recognized and operable by screen readers. Here is the suspect code:

<body class="layout-app page-thread-recent">
  <!-- I'm using pure-drawer - http://mac81.github.io/pure-drawer/ -
    for a mobile navigation drawer -->
  <div class="pure-container" data-effect="pure-effect-slide">
    <input id="pure-toggle-right" class="pure-toggle"
           data-toggle="right" type="checkbox" />
    <label class="pure-toggle-label" data-toggle-label="right"
           for="pure-toggle-right">
      <span class="pure-toggle-icon"></span>
    </label>
    div class="pure-drawer" data-position="right"> ...

Note: This issue was detected by Amanda Lacy and tracked down by Rich Morin, using Menu Bar > View > Developer > View Source in Google Chrome on a Mac Pro.

RichMorin avatar Sep 28 '17 01:09 RichMorin