Skip to content
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
2 changes: 1 addition & 1 deletion css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3333,7 +3333,7 @@ Computed Value</h3>
math expressions mixing both percentages and lengths for widths and heights on
Copy link
Contributor Author

@xiaochengh xiaochengh Oct 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
math expressions mixing both percentages and lengths for widths and heights on
math expressions mixing both percentages and non-zero lengths for widths and heights on

According to #3482, it is safe to drop 0 length from <length-percentage>. Then how about making it explicit here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to #3482, it is safe to drop 0 length from . Then how about making it explicit here?

SGTM. As far as I can tell, the resolution from #3482 isn't in any spec. Are you proposing to add it here explicitly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tabatkins Could you help?

I'm not familiar with the editing process. What should we do here?

table columns, table column groups, table rows, table row groups, and table cells
in both auto and fixed layout tables
MAY be treated as if ''width/auto'' had been specified.
MUST be treated as if ''width/auto'' had been specified.


<h3 id='calc-range'>
Expand Down