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
6 changes: 3 additions & 3 deletions css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Inline breaks between boxes: the 'wrap-before'/'wrap-after' properties</h3>
<dd>
Force a <a>flex line</a> break immediately before/after the box
if the box is a <a>flex item</a>
in a <a href="https://www.w3.org/TR/css-flexbox-1/#multi_line">multi-line flex container</a>.
in a <a>multi-line flex container</a>.
Copy link
Contributor

@ewilligers ewilligers Mar 7, 2018

Choose a reason for hiding this comment

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

Copy link
Member Author

@xfq xfq Mar 8, 2018

Choose a reason for hiding this comment

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

I'm using Bikeshed's autolinking feature here.

I just tried this locally. When building this spec with --md-status=ED, it correctly points to https://drafts.csswg.org/css-flexbox-1/#multi-line-flex-container , but when building the spec with --md-status=WD, the link becomes https://www.w3.org/TR/css-flexbox-1/#multi_line , which doesn't exist. It might be a bug in Bikeshed/Shepherd/Specref.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, I've run into this bug before. I'll merge this, and figure out the bug separately.

</dl>

Forced line breaks on <a>inline-level</a> boxes propagate upward
Expand Down Expand Up @@ -1103,7 +1103,7 @@ Fullwidth Punctuation Collapsing</h4>
(The opposite writing mode must be used because some fonts are compressed
so that the characters are not square.)
More information on OpenType metrics can be found
<a href="http://www.microsoft.com/typography/otspec/baselinetags.htm#ideoembox">in the OpenType spec</a>.
<a href="https://docs.microsoft.com/en-us/typography/opentype/spec/baselinetags#ideoembox">in the OpenType spec</a>.
Note that if 水 U+6C34, 卜 U+535C, and 一 U+4E00 do not all have the same advance width,
the font has proportional ideographs
and the fullwidth advance width cannot be reliably determined by measuring glyphs.
Expand Down Expand Up @@ -1292,7 +1292,7 @@ Japanese Paragraph-start Conventions in CSS</h4>
which are distinguished by their handling of opening brackets.

<div class="figure">
<img src="opening-brackets-at-line-head.png"
<img src="images/opening-brackets-at-line-head.png"
width="646" height="360"
alt="The first scheme aligns opening brackets flush with the indent edge
on the first line and with the start edge of other lines.
Expand Down