Skip to content

Commit 7690a71

Browse files
committed
[css-text] Add shorthand detail for white-space
1 parent 70d9842 commit 7690a71

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

css-text-4/Overview.bs

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,24 @@ Last Line Minimum Length</h2>
431431
<h2 id="white-space-property">
432432
Shorthand for White Space and Wrapping: the 'white-space' property</h2>
433433

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
435452

436453
<h2 id="hyphenation">
437454
Breaking Within Words</h2>

0 commit comments

Comments
 (0)