Rob Dodson

@robdodson

a.k.a. "Bobdod". Chrome Dev Eel.

Pinned Projects

    robdodson

    A joyful project that does loving things

      polymer-2

      Custom Elements for absolute beginners (Part 2): Writing your first web component using Polymer

        learn-a11y

        An interactive journey into the world of accessibility.

          firebase-hosting

          Test and deploy a Firebase Hosted app on Glitch.

            directory-test

            Your very own basic web page, ready for you to customize.

              knowing-mascara

              Your very own basic web page, ready for you to customize.

                gifted-trout

                Your very own basic web page, ready for you to customize.

                  tabindex-zero

                  Use tabindex 0 to insert elements into the natural tab order.

                    tabindex-negative-one

                    Use tabindex -1 to remove elements from the natural tab order or but still allow focus() to work on them.

                      tabindex-antipattern

                      A tabindex > 0 is an anti-pattern! If need something to appear earlier in the tab order, move it earlier in the DOM.