Diigo Bookmarks 05/08/2014
著
-
Tips for Creating Accessible SVG
"This article looks at ways to make SVG 1.1 content as accessible as possible, with glimpses into the possibility space of SVG 2.0 accessibility."
-
Unicode For A Multi-Device World | Smashing Magazine
"I’d recommend hiding the icon from screen readers. In this case, rather than adding icon fonts directly to the element in the standard way (i.e. by using the :before or :after CSS pseudo-element), add it to a span inside the element. This way, you can add aria-hidden="true" to the span"
-
"Save time, work faster! Export your Photoshop Sprites to PNG and CSS, LESS, SASS/SCSS or Stylus code"
-
Bruce Lawson’s personal site : Should you use HTML5 header and footer?
"So my advice is: yes, use them – especially the main <header>, <footer>, <nav> and (once per page) <main>. On browsers/ ATs that don’t support them they do no harm. But don’t use billions."
-
"Let people know when you’ll arrive. Easy, safe and free."
-
7 Things You Didn't Know You Could Do with CSS
"The CSS pointer-events property provides a method to effectively disable an element, so much so that clicks on a link don't trigger a click event through JavaScript:"