Skip to content

Commit

Permalink
[css-scroll-snap] Use <length-percentage>, fix linking errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Dec 4, 2017
1 parent fb08619 commit 091f30a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions css-scroll-snap-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Status Text:

<pre class=link-defaults>
spec: selectors-4; type: selector; text: :target
spec: css-pseudo-4; type: selector;
text: ::first-line
text: ::first-letter
</pre>

Introduction {#intro}
Expand Down Expand Up @@ -400,7 +403,7 @@ Scroll Snapport: the 'scroll-padding' property {#scroll-padding}

<pre class="propdef">
Name: scroll-padding
Value: [ <<length>> | <<percentage>> ]{1,4}
Value: <<length-percentage>>{1,4}
Initial: 0
Applies to: <a>scroll containers</a>
Inherited: no
Expand Down Expand Up @@ -945,7 +948,7 @@ Physical Longhands for 'scroll-padding' {#padding-longhands-physical}

<pre class="propdef">
Name: scroll-padding-top, scroll-padding-right, scroll-padding-bottom, scroll-padding-left
Value: <<length>> | <<percentage>>
Value: <<length-percentage>>
Initial: 0
Applies to: <a>scroll containers</a>
Inherited: no
Expand All @@ -964,7 +967,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}

<pre class="propdef">
Name: scroll-padding-inline-start, scroll-padding-block-start, scroll-padding-inline-end, scroll-padding-block-end
Value: <<length>> | <<percentage>>
Value: <<length-percentage>>
Initial: 0
Applies to: <a>scroll containers</a>
Inherited: no
Expand All @@ -980,7 +983,7 @@ Flow-relative Longhands for 'scroll-padding' {#padding-longhands-logical}

<pre class="propdef">
Name: scroll-padding-block, scroll-padding-inline
Value: [ <<length>> | <<percentage>> ]{1,2}
Value: <<length-percentage>>{1,2}
Initial: 0
Applies to: all elements
Inherited: no
Expand Down

0 comments on commit 091f30a

Please sign in to comment.