**** BEGIN LOGGING AT Fri Feb 12 02:59:57 2021 Feb 12 03:27:14 build #745 of malta/be is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/malta%2Fbe/builds/745 Feb 12 04:52:45 build #262 of sunxi/cortexa53 is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa53/builds/262 blamelist: Adrian Schmutzler Feb 12 07:26:45 >KGB-0< https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 95.3% packages reproducible in our current test framework.) Feb 12 08:28:51 Tapper: hey, i'm looking at the LuCI issue you reported: #4801 add missing btn class to buttons Feb 12 08:29:39 Tapper: do screenreaders actually handle class "btn" in some special way? or is it some CSS related to the "btn" that applies and matters? Feb 12 08:33:37 rmilecki Hi just got out of bed so bbair with me. Feb 12 08:34:33 It does help screen readers I will find you a link what says it better than I can. Feb 12 08:34:49 Tapper: great, thanks Feb 12 08:35:47 Tapper: i find that "btn" class something fragile, I don't believe HTML / CSS specification treates "btn" name in any specific way Feb 12 08:35:54 https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role Feb 12 08:35:58 Tapper: i was wondering if there is some better way of achieving the same Feb 12 08:36:03 Tapper: like ARIA or similar :) Feb 12 08:36:07 Tapper: let me check that Feb 12 08:36:43 Tapper: oh, that role="button" looks way more "stable" Feb 12 08:36:59 Tapper: that seems to be more explicit Feb 12 08:37:24 Tapper: could you verify if we can replace class="btn" with role="button" and have a nice screenreader support still? Feb 12 08:37:38 When you don't have the btn class some times your screen reader does not fokes on the button so you cant click on it. Feb 12 08:38:00 Yeah I will have a look. Feb 12 08:38:17 Tapper: thanks Feb 12 08:41:06 rmilecki I am not shure on the exact difrence between btn class and btn role. sorry. Feb 12 08:41:30 Tapper: well, if there isn't obvious difference, I vote for using role "button" Feb 12 08:41:52 Tapper: that way it says explicitly what's the link purpose Feb 12 08:41:54 OK as long as it works. Feb 12 08:41:56 lol Feb 12 08:42:00 :) Feb 12 08:42:06 thanks for looking. Feb 12 08:42:16 Tapper: thank you :) Feb 12 09:00:36 I think if at all, the .btn CSS class triggers some screen reader heuristics Feb 12 09:02:06 and it should be redundant for