Diigo Bookmarks 03/31/2019
著
- CSS4 Color Keyword Distribution
"A visualization of the 135 non-gray (or -grey) color keywords in CSS4, distributed by hue angle; and the 13 gray (grey) color keywords, distributed by lightness."
- How To Organize Files In A Design Agency - Clay
"We sought a way to order project folders according to our process and store files according to usage scenarios. Adding numbers gives order to any file system in which files and folders are ordered by name by default."
- Hacking Custom Checkboxes And Radios - Hacker Noon
"A radio button on its own cannot be unchecked by mere user interaction when already in checked state. Hence, it is not ideal for use as a toggle switch."
- How To Align Things In CSS -- Smashing Magazine
"There are a few ways to align elements in CSS. In this article, Rachel Andrew explains what they are with some tips to help you remember which to use and why."
- Usablenet - CSUN 2019 Web Accesibility Round-Up
"Many settlements made in these ADA Website lawsuits require that the companies involved perform user-based testing. Using members of the disability community to perform this user testing or before launching a new website makes good business sense."
- Breaking CSS Custom Properties out of :root Might Be a Good Idea | CSS-Tricks
"The main reason that :root is suggested is because CSS isn't only used to style HTML documents. It is also used for XML and SVG files. In the case of XML and SVG files, :root isn't selecting the html element, but rather their root (such as the svg tag in an SVG file)."