Re: [css-writing-modes-3] Editorial tweaking of 2 text links (min-content max-content)

Le 2017-01-06 13:43, Gérard Talbot a écrit :
> Koji, Elika,
> 
> In section 7.3.2
> https://drafts.csswg.org/css-writing-modes-3/#auto-multicol
> 
> "
> min-content
>     the min-content inline-size of the box
> max-content
>     the max-content inline-size of the box
> "
> 
> {
> </dt><dd>the <a
> href="https://www.w3.org/TR/css3-sizing/#min-content-measure">min-content
> inline-size</a> of the box
>         </dd><dt><var>max-content</var>
>         </dt><dd>the <a
> href="https://www.w3.org/TR/css3-sizing/#max-content-measure">max-content
> inline-size</a> of the box
>         </dd><dt><var>constraint</var>
> }


These min-content inline size and max-content inline size definitions 
referring to other terms defined in other reference are also misspelled, 
I'd say. It should be min-content inline size and max-content inline 
size (no hyphens) and not min-content inline-size and max-content 
inline-size. And min-content inline size should be listed in

https://drafts.csswg.org/css-writing-modes-3/#index-defined-elsewhere

Gérard

> the min-content-inline-size text link refers to
> 
> https://www.w3.org/TR/css-sizing-3/#min-content-measure
> 
> when it should instead link to
> 
> https://www.w3.org/TR/css-sizing-3/#min-content-inline-size
> 
> Also,
> 
> the max-content-inline-size text link refers to
> 
> https://www.w3.org/TR/css3-sizing/#max-content-measure
> 
> when it should instead link to
> 
> https://www.w3.org/TR/css-sizing-3/#max-content-inline-size
> 
> Gérard

Received on Sunday, 12 March 2017 19:35:08 UTC