Raindrop.io Bookmarks 08/06/2021
著
- How MDN's autocomplete search works - Mozilla Hacks - the Web developer blog
"In fairness, if the user types foreac, it's not that hard to reduce a list of 10,000+ document titles down to only those that contain foreac in the title, then we decide which result to show first. The way we implement that is relying on pageview stats."
- Web Accessibility Myths: Debunking 7 Common Misconceptions - Moz
"Website accessibility is the practice of making your website usable by the widest possible group of people, regardless of their ability."
- A Deep Dive on Skipping to Content | CSS-Tricks
"Our skip-to-content techniques need to cater to both these groups while not getting in the way of all the mouse users. We will use two complementary techniques to get the best result: landmarks and skip links."
- A case for accessibility statements in app stores
"If app stores would have a field for accessibility statements, this would be good for users, organisations and developers, plus it highlights accessibility as something to compete on."
- Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2) -- Smashing Magazine
"The issues that may come up from the conflicting codebases can be solved by adding a temporary CSS file that contains all the necessary overrides to remove the conflicts in CSS styles. After that, legacy code for the target component can be removed and the process continues until all components have been refactored and until the temporary CSS file which contains the overrides is empty."
- Crawler Hints: How Cloudflare Is Reducing The Environmental Impact Of Web Searches
"We've spent the last year studying how often these good bots revisit a page that hasn't changed since they last saw it. Every one of these visits is a waste. And, unfortunately, our observation suggests that 53% of this good bot traffic is wasted."