Šime Vidas
Šime Vidas
I'm reading the description of your tool on [your site](http://labs.bigroomstudios.com/libraries/CuttySSark) and I'm finding it confusing. > Often events are registered using JavaScript for the sole purpose of updating styles. The...
**Note:** See my comment below. --- I’m switching from Mozilla Persona to Passwordless. Persona provided a callback after it verified a visitor’s email; in this callback, I would store the...
(In respone to [this](https://twitter.com/simevidas/status/346747926397198336)) Yes, by topic would be OK. Topics like: math related, working with strings, working with arrays, etc. The lists don't have to provide links to the...
Just an idea, but how about allowing users to disable the `localStorage` part? You could have a checkbox on the page, and run the `localStorage` code conditionally (only if `.checked`)....
Just an idea, e.g. `` :)
normalize.css includes the following style rule: ```css /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and...
The same rule that makes sure that images are scaled down to the size of the article, should also apply to videos.
**Describe the bug** The `` element in `` is not correctly updated when the user navigates the website https://dev.to/. **To Reproduce** 1. Open https://dev.to/dashboard 2. Using the browser’s devtools, observe...
> ### IE focus bug with focusable elements > > The `` elements inside focusable elements (like links or buttons) in Internet Explorer default to `focusable="true"` due to a bug....
Once we have multiple image sources, we need a tool for generating the `` syntax. Ideally, these two tasks should both be automated and combined into one task. Maybe the...