Diigo Bookmarks 10/29/2018
著
- The Three Types of Performance Testing - CSS Wizardry - CSS Architecture, Web Performance Optimisation, and more, by Harry Roberts
"I try to distill the types of testing that we do into three distinct categories: Proactive, Reactive, and Passive. Each have their own time, place, purpose, focus, and audience."
- Microinteractions in User Experience
"Microinteractions convey system status, support error prevention, and communicate brand. They are initiated by a trigger, are single-purpose, and can make the experience engaging."
- My Impressions of A11y Camp 2018 - Intopia
"Level A is the most commonly reported WCAG level, and the most commonly reported WCAG principle is Perceivable. Most issues aren't platform-specific (phew!). 90% of issues were detected by 20 of Tenon's tests, and 80% of issues were covered by just 12 tests!"
- Keys to maintainable CSS: Order -- Krisztian Puska
"Layout: The position of the element in space. Eg.: position, top, z-index. / Box: The element itself. Eg.: display, overflow, box-sizing. / Visual: Design of the element. Eg.: color, border, background. / Type: Typesetting of the element. Eg.: font-family, text-transform."
- UX And HTML5: Let's Help Users Fill In Your Mobile Form (Part 1) -- Smashing Magazine
"Do you test your forms on real users and real devices? If not, you should. Let's take a look at some of the techniques that can help you take your forms to the next level and help users fill them in."
- Sometimes `sizes` is quite important. | CSS-Tricks
"An interesting part about srcset is that the spec allows it to make choices however it wants, perhaps using stuff like network conditions to decide. Most browsers don't do anything like this yet, except Chrome which downloads the smallest resource should it get a Save-Data header on the HTML document."