PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.5
Smart Grid-Layout Design for Contact Form 7 v4.5
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
← All changes | assets/codemirror/mode/css/index.html +1 -7 4.134.5 View file →
@@ -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>