Skip to content

[css-tables-3] Editorial fixes #2251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css-tables-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ spec:css-sizing-3; type:property; text:box-sizing
Name: table-layout
Value: auto | fixed
Initial: auto
Applies To: table-root boxes.
Applies To: <a>table-root</a> boxes
Inherited: yes
</pre>

Expand Down Expand Up @@ -783,7 +783,7 @@ spec:css-sizing-3; type:property; text:box-sizing
Name: border-collapse
Value: separate | collapse
Initial: separate
Applies To: table-root boxes.
Applies To: <a>table-root</a> boxes
Inherited: yes
</pre>

Expand All @@ -802,7 +802,7 @@ spec:css-sizing-3; type:property; text:box-sizing
Name: border-spacing
Value: <​length​>{1,2}
Initial: 0px 0px
Applies To: table-root boxes when 'border-collapse' is <code>separate</code>.
Applies To: <a>table-root</a> boxes when 'border-collapse' is <code>separate</code>
Inherited: yes
Computed Value: two absolute lengths
Media: visual
Expand All @@ -825,7 +825,7 @@ spec:css-sizing-3; type:property; text:box-sizing
Name: caption-side
Value: top | bottom
Initial: top
Applies to: <code>table-caption</code> boxes
Applies to: <a>table-caption</a> boxes
Inherited: yes
Media: visual
</pre>
Expand Down Expand Up @@ -2508,7 +2508,7 @@ With a table-internal box as non-containing block parent</h3>
Name: empty-cells
Value: show | hide
Initial: show
Applies to: <code>table-cell</code> boxes
Applies to: <a>table-cell</a> boxes
Inherited: yes
Media: visual
</pre>
Expand Down