Diigo Bookmarks 05/27/2018
著
- Web Push Notifications Demo | Microsoft Edge Demos
"Welcome to the future of the web -- where push messages can help you achieve better engagement for your site or web app."
- Overriding Default Button Styles | CSS-Tricks
"when links are used to behave like buttons, adding role="button" alone is not sufficient. It will also be necessary to add a key event handler that listens for the Space key in order to be consistent with native buttons."
- ScrollHint
"A JavaScript library to suggest that the elements are scrollable horizontally, with the pointer icon."
- Know your ARIA: 'Hidden' vs 'None' | scottohara.me
"Instances where aria-hidden="true" should be used without also visually hiding the element it is set on, are when an element contains content that could be considered decorative, or duplicative, to equally accessible content that is rendered on the page."
- The Amazing Psychology of Japanese Train Stations - CityLab
"According to a study by researchers at the University of Tokyo published in the Journal of Affective Disorders in 2013, data analyzed over a 10-year period shows an 84 percent decline in the number of suicide attempts at stations where blue lights are installed."
- Getting Started With CSS Layout -- Smashing Magazine
"Start with a good document structure, and take care that you are not disconnecting the visual display from that order. Much of the rest is just a case of testing that things work as you expect in your target browsers."