File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,24 @@ Last Line Minimum Length</h2>
431
431
<h2 id="white-space-property">
432
432
Shorthand for White Space and Wrapping: the 'white-space' property</h2>
433
433
434
- Issue: Diff needs to have the shorthand details
434
+
435
+ <pre class="propdef">
436
+ Name : white-space
437
+ Value : normal | pre | nowrap | pre-wrap | pre-wrap-auto | pre-line
438
+ Initial : auto
439
+ Applies to : all elements
440
+ Inherited : yes
441
+ Percentages : n/a
442
+ Computed value : as specified
443
+ Media : visual
444
+ </pre>
445
+
446
+ This property is a shorthand for 'text-space-collapse' , 'text-wrap' , and 'text-space-trim' .
447
+
448
+ Note: This shorthand combines both inheritable and non-inheritable properties.
449
+ If this is a problem, please inform the CSSWG.
450
+
451
+ Issue: Add details from level 3
435
452
436
453
<h2 id="hyphenation">
437
454
Breaking Within Words</h2>
You can’t perform that action at this time.
0 commit comments