Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.05 KB

browser.md

File metadata and controls

26 lines (21 loc) · 2.05 KB

Bookmarks tagged [browser]

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...


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 ...


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 ...