browser.md

July 15, 2021 · View on GitHub

Bookmarks tagged [browser]

www.codever.land/bookmarks/t/browser

Client-side storage - Learn web development | MDN

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Client-side_storage

Modern web browsers support a number of ways for web sites to store data on the user's computer — with the user's permission — then retrieve it when necessary. This lets you persist data for long-term...


Jake Archibald: In The Loop - JSConf.Asia - 35min

https://www.youtube.com/watch?v=cCOL7MC4Pl0

Have you ever had a bug where things were happening in the wrong order, or particular style changes were being ignored? Ever fixed that bug by wrapping a section of code in a setTimeout? Ever found ...


Why does HTML think “chucknorris” is a color?

https://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color

It's a holdover from the Netscape days:

Missing digits are treated as 0[...]. An incorrect digit is simply interpreted as 0. For example the values F0F0F0, F0F0F0, F0F0F, FxFxFx and FxFxFx are all ...