| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | <script src="../../addon/hint/show-hint.js"></script> |
| 12 | 12 | <script src="../../addon/hint/css-hint.js"></script> |
| 13 | 13 | <style>.CodeMirror {background: #f8f8f8;}</style> |
| 14 | 14 | <div id=nav> |
| 15 | - <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png" alt=""></a> | |
| 15 | + <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a> | |
| 16 | 16 | |
| 17 | 17 | <ul> |
| 18 | 18 | <li><a href="../../index.html">Home</a> |
| 19 | 19 | <li><a href="../../doc/manual.html">Manual</a> |
| @@ -66,14 +66,8 @@ | ||
| 66 | 66 | var editor = CodeMirror.fromTextArea(document.getElementById("code"), { |
| 67 | 67 | extraKeys: {"Ctrl-Space": "autocomplete"} |
| 68 | 68 | }); |
| 69 | 69 | </script> |
| 70 | - | |
| 71 | - <p>CSS mode supports this option:</p> | |
| 72 | - <d1> | |
| 73 | - <dt><code><strong>highlightNonStandardPropertyKeywords</strong>: boolean</code></dt> | |
| 74 | - <dd>Whether to highlight non-standard CSS property keywords such as <code>margin-inline</code> or <code>zoom</code> (default: <code>true</code>).</dd> | |
| 75 | - </d1> | |
| 76 | 70 | |
| 77 | 71 | <p><strong>MIME types defined:</strong> <code>text/css</code>, <code>text/x-scss</code> (<a href="scss.html">demo</a>), <code>text/x-less</code> (<a href="less.html">demo</a>).</p> |
| 78 | 72 | |
| 79 | 73 | <p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#css_*">normal</a>, <a href="../../test/index.html#verbose,css_*">verbose</a>.</p> |