Skip to content

Commit 5511dac

Browse files
dholberttabatkins
authored andcommitted
Add 2nd single-quote around 'align-self/stretch' (#2985)
There's a missing single quote here, which means this one instance of align-self/stretch gets quoted directly in the spec, with broken linkification around it. Here's the affected section if you're curious: https://drafts.csswg.org/css-align/#baseline-content-alignment And here's a screenshot (good for 14 days): https://screenshots.firefox.com/V5tvNjkCu5juNkoF/drafts.csswg.org Looks like we're just missing a single quote here. This pull request adds the missing single-quote to fix it.
1 parent c208f80 commit 5511dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-align-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ Baseline Content-Alignment</h3>
11591159

11601160
* If its <a>baseline alignment preference</a> is “first” (“last”),
11611161
the relevant computed <a>self-alignment property</a>
1162-
is either 'align-self/stretch'' or ''self-start'' (''self-end'').
1162+
is either ''align-self/stretch'' or ''self-start'' (''self-end'').
11631163
For this purpose,
11641164
the ''start'', ''end'', ''flex-start'', and ''flex-end'' values
11651165
are treated as either ''self-start'' or ''self-end'',

0 commit comments

Comments
 (0)