Skip to content

Commit 7d64e7a

Browse files
authored
Merge pull request #3911 from ewilligers/closest-side
[css-shapes] link to closest-side definition
2 parents 25b1a6e + 53cf13a commit 7d64e7a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

css-egg-1/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ TR: https://www.w3.org/TR/css-egg/
1010
ED: https://drafts.csswg.org/css-egg/
1111
Editor: Florian Rivoal, Invited Expert, https://florian.rivoal.net, w3cid 43241
1212
Abstract: This module extends the vocabulary of CSS with terms frequently used in certain domains, making it easier for authors to write understandable and maintainable style sheets.
13-
Link Defaults: css-values-3 (type)
13+
14+
15+
16+
spec:css-images-3; type:value;
17+
text: closest-side
18+
text: farthest-side
19+
text: closest-corner
20+
text: farthest-corner
21+
spec:css-values-3; type:type; text:
1422
1523

1624