Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #490 from ewilligers/omit-text-align-all-text-spac…
…e-collapse

Do not require text-align-all, text-space-collapse
  • Loading branch information
Tavmjong committed Jul 16, 2018
2 parents d75912a + 50a8b0d commit 6011969
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions master/definitions.xml
Expand Up @@ -757,7 +757,6 @@
<property name='overflow-wrap' href='https://www.w3.org/TR/css-text-3/#overflow-wrap-property'/>
<property name='tab-size' href='https://www.w3.org/TR/css-text-3/#tab-size-property'/>
<property name='text-align' href='https://www.w3.org/TR/css-text-3/#text-align-property'/>
<property name='text-align-all' href='http://dev.w3.org/csswg/css-text/#text-align-all-property'/>
<property name='text-align-last' href='https://www.w3.org/TR/css-text-3/#text-align-last-property'/>
<property name='text-indent' href='https://www.w3.org/TR/css-text-3/#text-indent-property'/>
<property name='text-justify' href='https://www.w3.org/TR/css-text-3/#text-justify-property'/>
Expand All @@ -767,9 +766,6 @@
<property name='word-spacing' href='https://www.w3.org/TR/css-text-3/#word-spacing-property'/>
<property name='word-wrap' href='https://www.w3.org/TR/css-text-3/#overflow-wrap-property'/>

<!-- ... text properties defined in CSS Text 4 -->
<property name='text-space-collapse' href='https://www.w3.org/TR/css-text-4/#propdef-text-space-collapse'/>

<!-- ... text properties defined in CSS Inline 3 -->
<property name='vertical-align' href='https://drafts.csswg.org/css-inline/#transverse-alignment'/>

Expand Down
5 changes: 2 additions & 3 deletions master/styling.html
Expand Up @@ -561,13 +561,12 @@ <h2 id="RequiredProperties">Required properties</h2>
<li>the <a>'transform'</a>, <a>'transform-box'</a> and <a>'transform-origin'</a> properties
[<a href='refs.html#ref-css-transforms-1'>css-transforms-1</a>]</li>

<li>the <a>'letter-spacing'</a>, <a>'text-align'</a>, <a>'text-align-all'</a>,
<li>the <a>'letter-spacing'</a>, <a>'text-align'</a>,
<a>'text-align-last'</a>, <a>'text-indent'</a>
and <a>'word-spacing'</a> properties
[<a href='refs.html#ref-css-text-3'>css-text-3</a>]</li>

<li>the <a>'white-space'</a> shorthand property and its component
<a>'text-space-collapse'</a> property
<li>the <a>'white-space'</a> property
[<a href='refs.html#ref-css-text-4'>css-text-4</a>]</li>

<li>the <a>'vertical-align'</a>, <a>'dominant-baseline'</a>,
Expand Down
1 change: 0 additions & 1 deletion master/text.html
Expand Up @@ -4874,7 +4874,6 @@ <h2 id="TextProperties">Properties and pseudo-elements</h2>
<a>'inline-size'</a> property:
<p>
<a>'text-align'</a>,
<a>'text-align-all'</a>,
<a>'text-align-last'</a>,
<a>'text-justify'</a>,
</p>
Expand Down

0 comments on commit 6011969

Please sign in to comment.