Raindrop.io Bookmarks 11/30/2020
著
- Thinking Like a Front-end Developer
"As you've seen, the process of implementing a compoennt is not only about making it an exact match of the design, but also to ask and think about edge cases."
- MiniApp Standardization White Paper
"This document introduces a new format for mobile application, named MiniApp, which is a very popular hybrid solution relies on Web technologies but also integrates with capabilities of Native Apps."
- Japanese HPA | poor English better than Japanese
"Yomiuri Telecasting Corporation, which is governing body of Japan International Birdman Rally, announced that they are prepare to hold the 43rd Japan International Birdman Rally (JIBR) 2021."
- 3D Model Accessibility - Scott Vinkle
"3D models on the web have existed for some time, yes, but a solution which catered to assistive technology? None of the accessibility bloggers I follow had written about the topic, nor was there anything applicable from W3C WAI that I could find."
- Beginner's Guide to Static Site Generators - Bejamas
"Surprisingly there are some disadvantages to static site generators. With the workflow being more developer-friendly and significantly different from that of the traditional monolith approach, you need more technical skills to work with SSGs."
- Back to Basics: Creating a clickable card interface in plain HTML, CSS and JavaScript | Christian Heilmann
"Create an overlay over the whole list item that links to the document works with CSS generated content. Setting a z-index of 1 makes sure this covers all elements without positioning."