Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css-2015/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Abstract: This document collects together into one definition all the specs that
The primary audience is CSS implementers, not CSS authors, as this definition
includes modules by specification stability, not Web browser adoption rate.
</pre>
<pre class=link-defaults>
spec:css-sizing-3; type:value; for:width; text:min-content
spec:css-sizing-3; type:value; for:width; text:max-content
spec:css-sizing-3; type:value; for:width; text:fit-content
</pre>

<div boilerplate=status>
This document represents the state of CSS as of 2015.
Expand Down
2 changes: 1 addition & 1 deletion css-counter-styles/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Previous Version: https://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
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.
Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=Counter%20Styles&resolution=---
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker, dom-ls (dfn) ascii case-insensitive
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker, dom-ls (dfn) ASCII case-insensitive
Deadline: 2015-05-03
</pre>
<style>
Expand Down
1 change: 1 addition & 0 deletions css-extensions/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Work Status: Exploring
ED: https://drafts.csswg.org/css-extensions
Editor: Tab Atkins, Google, http://xanthir.com/contact/
Abstract: This specification defines methods for authors to extend and enhance various CSS features.
Link Defaults: css-values-3 (dfn) identifier
</pre>

<h2 id='intro'>
Expand Down
5 changes: 3 additions & 2 deletions css-images-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Abstract: This is a delta spec over Images 3; when next published, it will be a
!Issue Tracking: <a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
Previous Version: https://www.w3.org/TR/2012/WD-css4-images-20120911/
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
Link Defaults: css21 (property) display, css21 (dfn) stacking context
Ignored Vars: H, P
Link Defaults: css21 (property) display, css21 (dfn) stacking context, css-backgrounds-3 (type) <position>/center
</pre>


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

<p class='issue'>
Expand Down
2 changes: 1 addition & 1 deletion css-inline/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.n
Editor: Steve Zilles, Adobe, szilles@adobe.com
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]].
Ignored Terms: guru, ji, line-height-shift-adjustment, text-script, after, before
Link Defaults: css-fonts-3 (property) font-family
Link Defaults: css-fonts-3 (property) font-family, css-color-3 (property) color
At Risk: the 'initial-letter-wrap' property
</pre>

Expand Down
6 changes: 3 additions & 3 deletions css-logical-props/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ED: https://drafts.csswg.org/css-logical-props/
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [CSS21]. These properties are writing-mode relative equivalents of their corresponding physical properties.
Ignored Terms: div, dl, dfn
Ignored Terms: div, dl, dfn, block-start, block-end, inline-start, inline-end, start, end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These shouldn't be ignored; they're terms that need to link up in this spec. If the definitions are broken that's something to be fixed, not ignored.

Copy link
Contributor Author

@SebastianZ SebastianZ Jun 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've addressed this and the next comment in 4447eec.

If the definitions are broken that's something to be fixed, not ignored.

My thought was that they are already defined in the prose. Those values affect many different properties in several specs. So I wonder how that can be defined correctly (without mentioning every single affected property).

Sebastian

Link Defaults: css21 (property) width/height/min-width/min-height/max-width/max-height
</pre>

Expand All @@ -22,7 +22,7 @@ Introduction</h1>
This mapping controls the interpretation of logical keywords and properties.

<h2 id="logical-controls">
Logical Directional Values: ''block-start'', ''block-end'', ''inline-start'', ''inline-end''</h2>
Logical Directional Values: 'block-start', 'block-end', 'inline-start', 'inline-end'</h2>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These (and the next) are wrong - 'foo' is the shorthand for property autolinks, ''foo'' is for values, and is being used correctly.


Properties that accept physical directional keyword values
('top', 'bottom', 'left', or 'right') are redefined
Expand Down Expand Up @@ -60,7 +60,7 @@ Logical Values for the 'float' and 'clear' Properties</h3>
New values: inline-start | inline-end
</pre>

Issue: Is this a 2-directional property? Should these just be ''start''/''end''?
Issue: Is this a 2-directional property? Should these just be 'start'/'end'?

<h3 id="text-align">
Logical Values for the 'text-align' Property</h3>
Expand Down
2 changes: 1 addition & 1 deletion css-multicol/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Previous Version: https://www.w3.org/TR/2001/WD-css3-multicol-20010118/
Previous Version: http://www.w3.org/1999/06/WD-css3-multicol-19990623
Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
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.
Link Defaults: css-color (property) color, css21 (property) max-height
Link Defaults: css-color (property) color, css21 (property) max-height, css-backgrounds-3 (value) hidden
</pre>

<style type="text/css">
Expand Down
Loading