Skip to content

Commit 71e4ee9

Browse files
SebastianZtabatkins
authored andcommitted
Fixed link errors (part of issue #208) (#212)
* Fixed link errors (part of issue #208) * Reverted changes to 'block-start', 'block-end', 'inline-start', 'inline-end', 'start' and 'end', as they were correctly defined (see comments at https://github.com/w3c/csswg-drafts/pull/212/files/fe928326260c62edc5ee5d3fd1a1748cecb81622)
1 parent 6019045 commit 71e4ee9

File tree

8 files changed

+41
-34
lines changed

8 files changed

+41
-34
lines changed

css-2015/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Abstract: This document collects together into one definition all the specs that
1616
The primary audience is CSS implementers, not CSS authors, as this definition
1717
includes modules by specification stability, not Web browser adoption rate.
1818
</pre>
19+
<pre class=link-defaults>
20+
spec:css-sizing-3; type:value; for:width; text:min-content
21+
spec:css-sizing-3; type:value; for:width; text:max-content
22+
spec:css-sizing-3; type:value; for:width; text:fit-content
23+
</pre>
1924

2025
<div boilerplate=status>
2126
This document represents the state of CSS as of 2015.

css-counter-styles/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Previous Version: https://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/
1616
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1717
Abstract: This module introduces the ''@counter-style'' rule, which allows authors to define their own custom counter styles for use with CSS list-marker and generated-content counters [[CSS3LIST]]. It also predefines a set of common counter styles, including the ones present in CSS2 and CSS2.1.
1818
Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=Counter%20Styles&resolution=---
19-
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker, dom-ls (dfn) ascii case-insensitive
19+
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker, dom-ls (dfn) ASCII case-insensitive
2020
Deadline: 2015-05-03
2121
</pre>
2222
<style>

css-extensions/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Work Status: Exploring
88
ED: https://drafts.csswg.org/css-extensions
99
Editor: Tab Atkins, Google, http://xanthir.com/contact/
1010
Abstract: This specification defines methods for authors to extend and enhance various CSS features.
11+
Link Defaults: css-values-3 (dfn) identifier
1112
</pre>
1213

1314
<h2 id='intro'>

css-images-4/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Abstract: This is a delta spec over Images 3; when next published, it will be a
1414
!Issue Tracking: <a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
1515
Previous Version: https://www.w3.org/TR/2012/WD-css4-images-20120911/
1616
Ignored Terms: <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, <image>, invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), intrinsic dimensions, default object size, CSS
17-
Link Defaults: css21 (property) display, css21 (dfn) stacking context
17+
Ignored Vars: H, P
18+
Link Defaults: css21 (property) display, css21 (dfn) stacking context, css-backgrounds-3 (type) <position>/center
1819
</pre>
1920

2021

@@ -630,7 +631,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
630631
is defined in [[!CSS3VAL]],
631632
and is resolved using the center-point as the object area
632633
and the <a>gradient box</a> as the positioning area.
633-
If this argument is omitted, it defaults to ''<position>/center''.
634+
If this argument is omitted, it defaults to ''center''.
634635
</dl>
635636

636637
<p class='issue'>

css-inline/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.n
2323
Editor: Steve Zilles, Adobe, szilles@adobe.com
2424
Abstract: The CSS formatting model provides for a flow of elements and text inside of a container to be wrapped into lines. The formatting of elements and text within a line, its positioning in the inline progression direction, and the breaking of lines are described in [[CSS3TEXT]]. This module describes the positioning in the block progression direction both of elements and text within lines and of the lines themselves. This positioning is often relative to a baseline. It also describes special features for formatting of first lines and drop caps. It extends on the model in [[CSS2]].
2525
Ignored Terms: guru, ji, line-height-shift-adjustment, text-script, after, before
26-
Link Defaults: css-fonts-3 (property) font-family
26+
Link Defaults: css-fonts-3 (property) font-family, css-color-3 (property) color
2727
At Risk: the 'initial-letter-wrap' property
2828
</pre>
2929

css-logical-props/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Introduction</h1>
2222
This mapping controls the interpretation of logical keywords and properties.
2323

2424
<h2 id="logical-controls">
25-
Logical Directional Values: ''block-start'', ''block-end'', ''inline-start'', ''inline-end''</h2>
25+
Logical Directional Values: ''block-start'', ''block-end'', ''inline-start', ''inline-end''</h2>
2626

2727
Properties that accept physical directional keyword values
2828
('top', 'bottom', 'left', or 'right') are redefined

css-multicol/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Previous Version: https://www.w3.org/TR/2001/WD-css3-multicol-20010118/
1616
Previous Version: http://www.w3.org/1999/06/WD-css3-multicol-19990623
1717
Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
1818
Abstract: This specification describes multi-column layouts in CSS, a style sheet language for the web. Using functionality described in the specification, content can be flowed into multiple columns with a gap and a rule between them.
19-
Link Defaults: css-color (property) color, css21 (property) max-height
19+
Link Defaults: css-color (property) color, css21 (property) max-height, css-backgrounds-3 (value) hidden
2020
</pre>
2121

2222
<style type="text/css">

0 commit comments

Comments
 (0)