Raindrop.io Bookmarks 05/05/2021
著
- List Markers and String Styles | CSS-Tricks
"if you were thinking you could put all your list numbers into circles with shaded backgrounds, ::marker won't get you there--you'll have to return to the hackfest of ::before generated content. For now, anyway: the specification explicitly says more properties may be permitted for ::marker in the future."
- Tridimensionality: skeuomorphism, flat design, and neumorphism | by Rodrigo Osornio | May, 2021 | UX Collective
"The problem arises because of its evident accessibility issues. Because of this, Neumorphism has hardly ever been implemented in final products."
- What are WCAG, and why do they matter: On This Day | AbilityNet
"W3C publishes the WCAG - one of the reasons they've become the de facto world standards for all things web (and soon mobile) and why they've proved to be such a game-changer terms of accessibility."
- The State of CSS Cross-Browser Development - Ahmad Shadeed
"In this article, I will share my thoughts on why cross-browser development is better than in the past. Adding on that, I will also share some issues we still have these days."
- 16px or Larger Text Prevents iOS Form Zoom | CSS-Tricks
"If the font-size of an <input> is 16px or larger, Safari on iOS will focus into the input normally. But as soon as the font-size is 15px or less, the viewport will zoom into that input."
- 1997: JavaScript Grows Up and Developers Push the Boundaries - Web Development History
"Developers of that era needed practical guidance and code samples. So in that sense, there's something refreshing about Heinle's willingness to experiment with new JavaScript features such as layers. It also perhaps explains why teenagers were among those at the forefront of documenting web development in the 1990s"
- HTML Concepts: "Body-Ok" · Jens Oliver Meiert
""body-ok" relates to link type keywords, and denotes what link elements are okay to be used in the document body (as opposed to its head)."