We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889a58b commit 0b66511Copy full SHA for 0b66511
source
@@ -139717,6 +139717,11 @@ progress { appearance: auto; }</code></pre>
139717
the caret is in such an element, it prevents <span data-x="collapsing margins">margins from
139718
collapsing</span> through the element.</p>
139719
139720
+ <p>The following rules are also expected to apply, as <span>presentational hints</span>:</p>
139721
+
139722
+ <pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";
139723
139724
+[contenteditable="plaintext-only" i] { white-space: pre-wrap; }</code></pre>
139725
139726
139727
<h4>Text rendered in native user interfaces</h4>
0 commit comments