Skip to content

Commit d38e270

Browse files
authored
Merge pull request #3917 from ewilligers/ex-values
Link to CSS Values definition of ex units
2 parents 8f30c59 + 547c840 commit d38e270

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

css-cascade-3/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Previous Version: https://www.w3.org/TR/2005/WD-css3-cascade-20051215/
1818
Issue Tracking: Disposition of Comments https://drafts.csswg.org/css-cascade/issues
1919
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
2020
Ignored Terms: auto, flex items
21-
Link Defaults: css2 (property) display
21+
</pre>
22+
23+
<pre class=link-defaults>
24+
spec:css-values; type:value; text:ex
25+
spec:mediaqueries-4; type:type; text:<media-query>
26+
spec:css2; type:property; text:display
2227
</pre>
2328

2429
<h2 id="intro">

css-cascade-4/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Ignored Terms: auto, flex items, <supports-condition>
2323
Include Can I Use Panels: yes
2424
</pre>
2525

26+
<pre class=link-defaults>
27+
spec:css-values; type:value; text:ex
28+
</pre>
29+
2630
<h2 id="intro">
2731
Introduction</h2>
2832

css-fonts-4/Overview.bs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Ignored Terms: font-palette, <named-palette-color>
2020

2121
<pre class="link-defaults">
2222
spec:css-color-4; type:property; text:color
23+
spec:css-values; type:value; text:ex
2324
spec:css22; type:value; for:/; text:block
2425
</pre>
2526

css-page-3/Overview.bs

+14-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,23 @@ Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/13
1414
Editor: Elika J. Etemad / fantasai, Invited Expert&#44; formerly Mozilla, http://fantasai.inkedblade.net/contact, w3cid 35400
1515
Editor: Simon Sapin, Mozilla&#44; formerly Kozea, http://exyr.org/about/, w3cid 58001
1616
Ignored terms: fit, fit-position, stacking context
17-
Link defaults: css-break (property) break-after, css2 (property) display, css2 (property) min-height, css2 (property) max-height, css2 (property) min-width, css2 (property) max-width, css2 (property) margin, css2 (property) counter-increment, css2 (property) counter-reset
1817
Abstract: This CSS module specifies how pages are generated and laid out to hold fragmented content in a paged presentation. It adds functionality for controlling page margins, page size and orientation, and headers and footers, and extends generated content to enable page numbering and running headers / footers. The process of paginating a flow into such generated pages is covered in [[!CSS3-BREAK]].
1918
</pre>
2019

20+
<pre class=link-defaults>
21+
spec:css-break; type:property; text:break-after
22+
spec:css-values; type:value; text:ex
23+
spec:css2; type: property
24+
text: counter-increment
25+
text: counter-reset
26+
text: display
27+
text: margin
28+
text: max-height
29+
text: max-width
30+
text: min-height
31+
text: min-width
32+
</pre>
33+
2134
<style>
2235
#margin-values { border-collapse: collapse; }
2336
#margin-values td,

0 commit comments

Comments
 (0)