Commit 5511dac
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
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| |||
0 commit comments