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 ...
- 📆 published on: 2018-02-09
- tags: javascript, event-loop, web-development, browser
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 ...
- 📆 published on: 2011-11-29
- tags: html, browser, background-color