Merge "JavaScript use policy"

This commit is contained in:
Jenkins 2013-12-11 12:43:42 +00:00 committed by Gerrit Code Review
commit 94525247f9
2 changed files with 8 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Horizon Style Commandments
Horizon Specific Commandments
-----------------------------
None so far
- Read the Horizon contributing documentation at http://docs.openstack.org/developer/horizon/contributing.html

View File

@ -157,6 +157,13 @@ allowances we make:
* Clear the ``Maximum number of errors`` field.
* Add ``horizon,$`` to the ``Predefined`` list.
We don't require that everything works with JavaScript disabled. It's fine to
introduce features that require that JavaScript is enabled in the user's web
browser.
The code has to work on the stable versions of Firefox, Chrome, Safari, and
Opera web browsers, and on Microsoft Internet Explorer 8 and later.
.. _JSLint: http://jslint.com/
CSS