Rodney Rehm
Rodney Rehm
If the CSS contains multiple references to the same image, CSS-JS-Booster currently embeds the image for each occurance. This can easily lead to a pretty large CSS file (or many...
Could the 24KB limit be raised if the page lazy-loads data-uris?
Hey there, looking through your code I noticed the limited "Unicode to ASCII reduction". While this probably works for most people, there are more symbols than that. I had a...
Thanks for this marvelous package
[MathML](https://developer.mozilla.org/en-US/docs/Web/MathML) is [supported](http://caniuse.com/#feat=mathml) by Firefox and Safari and [allows linking](https://www.w3.org/TR/MathML/chapter6.html#interf.link) by mere existenence of an `href` attribute. A [quick test](http://jsbin.com/taqolekilo/edit?html,css,js,console,output) shows that links only work in Firefox, but are ignored...
The [CSP (Content Security Policy)](https://developer.mozilla.org/en-US/docs/Web/Security/CSP) can be used on any document to limit the document's scripting ability. [caniuse](http://caniuse.com/#search=CSP) says Chrome and Firefox support this feature already. The supports tests do...
ally.js is being published under MIT license for the time being. Should the project ever achieve its goals (i.e. move into a FOSS foundation), it is likely that the license...
This topic came up while talking jQueryUI integration with @jzaefferer: --- The dialog tutorial features a [naive method of storing and restoring focus](http://allyjs.io/tutorials/accessible-dialog.html#Restoring-focus-upon-closing-the-dialog). The following scenarios (upon restore) are not...
Our [supports cache](https://github.com/medialize/ally.js/blob/1.1.0/src/supports/supports-cache.js#L17) saves its state in the [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). However @ryan-ludwig observed that [Chrome Apps](https://developer.chrome.com/apps/about_apps) throw the following error when trying to access `window.localStorage`: > window.localStorage is not available in...
the website needs some styles… ``` sh git clone [email protected]:medialize/ally.js.git cd ally.js git checkout master npm install npm run build-website ``` Will clone the repository, install the tools and generate...