Skip to content

Commit 864126a

Browse files
Re-scrape wiki content
Pull latest changes from wiki.csswg.org.
1 parent acd5005 commit 864126a

77 files changed

Lines changed: 393 additions & 392 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

at-text-transform/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "at-text-transform"
33
---
44

5-
This page has moved. See [here](../ideas/at-text-transform/ "ideas:at-text-transform")
5+
This page has moved. See [here](../ideas/at-text-transform "ideas:at-text-transform")

communications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: "communications channels"
88

99
- [GitHub Repostitory](https://github.com/w3c/csswg-drafts/issues). The source files to our [drafts](http://drafts.csswg.org/) and the repository of open spec issues currently lives here. (Historically, issues and technical discussion were all posted to www-style.)
1010
- [www-style](http://lists.w3.org/Archives/Public/www-style/). Public discussion of our specs happens on the archived [www-style](http://lists.w3.org/Archives/Public/www-style/) mailing list.
11-
- see also the [www-style Etiquette](../tools/www-style/ "tools:www-style").
11+
- see also the [www-style Etiquette](../tools/www-style "tools:www-style").
1212
- [public-css-testsuite](http://lists.w3.org/Archives/Public/public-css-testsuite/). while discussion of our test suites happens on [public-css-testsuite](http://lists.w3.org/Archives/Public/public-css-testsuite/).
1313
- [CSS WG Blog](http://www.w3.org/blog/CSS/). Minutes and updates in blog form.
1414

cvs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "cvs"
33
---
44

5-
You're looking for: [W3C CVS For Dummies](../spec/cvs/ "spec:cvs")
5+
You're looking for: [W3C CVS For Dummies](../spec/cvs "spec:cvs")

hg/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "hg"
33
---
44

5-
You're looking for: [Quick Guide To Using Mercurial](../tools/hg/ "tools:hg")
5+
You're looking for: [Quick Guide To Using Mercurial](../tools/hg "tools:hg")

ideas/css3-exclusions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "CSS Exclusions and Shapes Page"
44

55
## CSS Exclusions and Shapes Page
66

7-
This page is now under the 'specs' area of the Wiki: [css3-exclusions](../../spec/css3-exclusions/ "spec:css3-exclusions")
7+
This page is now under the 'specs' area of the Wiki: [css3-exclusions](../../spec/css3-exclusions "spec:css3-exclusions")

ideas/css3-floats/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: "CSS3 Floats"
44

55
## CSS3 Floats
66

7-
THIS PAGE IS DEPRECATED AND REPLACED BY THE [CSS exclusions and shapes](../../ideas/css3-exclusions/ "ideas:css3-exclusions") page.
7+
THIS PAGE IS DEPRECATED AND REPLACED BY THE [CSS exclusions and shapes](../../ideas/css3-exclusions "ideas:css3-exclusions") page.
88

99
This page contains the issues that are not yet listed in the specification and the resolutions for issues that were in the spec. but got resolved.
1010

11-
There is a companion [use cases](../../ideas/css3-floats-use-cases/ "ideas:css3-floats-use-cases") page.
11+
There is a companion [use cases](../../ideas/css3-floats-use-cases "ideas:css3-floats-use-cases") page.
1212

1313
## General Note
1414

ideas/css3-regions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "ideas:css3-regions"
33
---
44

5-
Specification is now a Working Draft and the Wiki page has moved to: [CSS Regions](../../spec/css3-regions/ "spec:css3-regions")
5+
Specification is now a Working Draft and the Wiki page has moved to: [CSS Regions](../../spec/css3-regions "spec:css3-regions")

ideas/index.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ A record of ideas and issues we have discussed for CSS3 and of resolutions we ha
88

99
## Meta
1010

11-
- [Principles](../ideas/principles/ "ideas:principles") Minor principles of design
12-
- [Functional Notation Systematization](../ideas/functional-notation/ "ideas:functional-notation")
13-
- [Open Naming Issues](../ideas/naming/ "ideas:naming") Naming is the hardest problem in CSS…
14-
- [Incomplete List of Mistakes in the Design of CSS](../ideas/mistakes/ "ideas:mistakes")
15-
- [Why not use \$ for variable references?](../ideas/dollar-variables/ "ideas:dollar-variables")
11+
- [Principles](../ideas/principles "ideas:principles") Minor principles of design
12+
- [Functional Notation Systematization](../ideas/functional-notation "ideas:functional-notation")
13+
- [Open Naming Issues](../ideas/naming "ideas:naming") Naming is the hardest problem in CSS…
14+
- [Incomplete List of Mistakes in the Design of CSS](../ideas/mistakes "ideas:mistakes")
15+
- [Why not use \$ for variable references?](../ideas/dollar-variables "ideas:dollar-variables")
1616

1717
## Ideas and Issues
1818

1919
This list includes ideas that are somewhere on the CSS Working Group's radar, but that haven't been formally discussed or accepted. These pages are publicly editable. Please include real-world use cases and links to prior discussion (e.g. on blogs or [www-style](http://lists.w3.org/Archives/Public/www-style)).
2020

21-
- [Margin Collapse Controls](../ideas/margin-collapsing/ "ideas:margin-collapsing")
22-
- [Timelines and Interpolation](../ideas/timelines/ "ideas:timelines")
23-
- [Column and Row Gaps and Rules](../ideas/gutter-styling/ "ideas:gutter-styling")
24-
- [Logical (Flow-relative) Syntax](../ideas/logical-syntax/ "ideas:logical-syntax")
25-
- [Hit Testing Control (pointer-events property)](../ideas/pointer-events/ "ideas:pointer-events")
26-
- [Round Display Examples](../ideas/round-display/ "ideas:round-display")
27-
- [Unbreaking Lines: Notes and Use Cases](../ideas/unbreaking-lines/ "ideas:unbreaking-lines")
28-
- [Improving tab navigation](../ideas/nav-index/ "ideas:nav-index")
29-
- [Content Formatting](../ideas/content-formatting/ "ideas:content-formatting")
30-
- [Additional Pseudo-Elements](../ideas/pseudo-elements/ "ideas:pseudo-elements")
31-
- [@text-transform proposal](../ideas/at-text-transform/ "ideas:at-text-transform")
32-
- [Hyphenation](../ideas/hyphenation/ "ideas:hyphenation")
21+
- [Margin Collapse Controls](../ideas/margin-collapsing "ideas:margin-collapsing")
22+
- [Timelines and Interpolation](../ideas/timelines "ideas:timelines")
23+
- [Column and Row Gaps and Rules](../ideas/gutter-styling "ideas:gutter-styling")
24+
- [Logical (Flow-relative) Syntax](../ideas/logical-syntax "ideas:logical-syntax")
25+
- [Hit Testing Control (pointer-events property)](../ideas/pointer-events "ideas:pointer-events")
26+
- [Round Display Examples](../ideas/round-display "ideas:round-display")
27+
- [Unbreaking Lines: Notes and Use Cases](../ideas/unbreaking-lines "ideas:unbreaking-lines")
28+
- [Improving tab navigation](../ideas/nav-index "ideas:nav-index")
29+
- [Content Formatting](../ideas/content-formatting "ideas:content-formatting")
30+
- [Additional Pseudo-Elements](../ideas/pseudo-elements "ideas:pseudo-elements")
31+
- [@text-transform proposal](../ideas/at-text-transform "ideas:at-text-transform")
32+
- [Hyphenation](../ideas/hyphenation "ideas:hyphenation")
3333

3434
# Requirements Documents
3535

@@ -41,16 +41,16 @@ This list includes ideas that are somewhere on the CSS Working Group's radar, bu
4141

4242
These are no longer relevant or have been superseded by actual specs/issues.
4343

44-
- [Image Replacement](../ideas/image-replacement/ "ideas:image-replacement")
45-
- [Improving usability of ordered list property values](../ideas/value-list-components/ "ideas:value-list-components") (filed as [Issue 6707](https://github.com/w3c/csswg-drafts/issues/6707))
46-
- [Macros/Variables/Constants](../ideas/constants/ "ideas:constants")
47-
- [Current URL Selector](../ideas/current-url-selector/ "ideas:current-url-selector")
48-
- [Centering Blocks](../ideas/centering/ "ideas:centering")
49-
- [Box Model Extensions](../ideas/box-model-extensions/ "ideas:box-model-extensions")
50-
- [CSS Floats](../ideas/css3-floats/ "ideas:css3-floats")
51-
- [Printing Backgrounds](../ideas/print-backgrounds/ "ideas:print-backgrounds")
52-
- [Radial Gradient Readability](../ideas/radial-gradient-readability/ "ideas:radial-gradient-readability")
53-
- [proposals for property aliasing](../ideas/aliasing/ "ideas:aliasing")
54-
- [Fixing \<input placeholder=''\> styling](../ideas/placeholder-styling/ "ideas:placeholder-styling")
55-
- [Font Loads with Futures](../ideas/font-load-futures/ "ideas:font-load-futures")
56-
- [Color JS Object](../ideas/color-object/ "ideas:color-object")
44+
- [Image Replacement](../ideas/image-replacement "ideas:image-replacement")
45+
- [Improving usability of ordered list property values](../ideas/value-list-components "ideas:value-list-components") (filed as [Issue 6707](https://github.com/w3c/csswg-drafts/issues/6707))
46+
- [Macros/Variables/Constants](../ideas/constants "ideas:constants")
47+
- [Current URL Selector](../ideas/current-url-selector "ideas:current-url-selector")
48+
- [Centering Blocks](../ideas/centering "ideas:centering")
49+
- [Box Model Extensions](../ideas/box-model-extensions "ideas:box-model-extensions")
50+
- [CSS Floats](../ideas/css3-floats "ideas:css3-floats")
51+
- [Printing Backgrounds](../ideas/print-backgrounds "ideas:print-backgrounds")
52+
- [Radial Gradient Readability](../ideas/radial-gradient-readability "ideas:radial-gradient-readability")
53+
- [proposals for property aliasing](../ideas/aliasing "ideas:aliasing")
54+
- [Fixing \<input placeholder=''\> styling](../ideas/placeholder-styling "ideas:placeholder-styling")
55+
- [Font Loads with Futures](../ideas/font-load-futures "ideas:font-load-futures")
56+
- [Color JS Object](../ideas/color-object "ideas:color-object")

ideas/placeholder-styling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Styling Placeholders"
44

55
# Styling Placeholders
66

7-
[CSS4 UI](../../spec/css4-ui/ "spec:css4-ui") is exploring new [UI related selectors](../../spec/css4-ui#more-selectors "spec:css4-ui"), such as a :placeholder psuedo-class (or ::placeholder pseudo-element).
7+
[CSS4 UI](../../spec/css4-ui "spec:css4-ui") is exploring new [UI related selectors](../../spec/css4-ui#more-selectors "spec:css4-ui"), such as a :placeholder psuedo-class (or ::placeholder pseudo-element).
88

99
The overarching issue is whether to use a pseudoclass or pseudo-element. A sub-issue here is how to style the placeholder text; different methods bias us toward resolving the main issue in different ways.
1010

index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ title: "CSS Working Group Wiki"
66

77
The CSS Working Group is the [W3C](http://www.w3.org/) working group chartered to develop [Cascading Style Sheets](http://www.w3.org/Style/CSS/) (CSS). We are responsible both for the CSS specifications and for their [conformance test suites](http://www.w3.org/Style/CSS/Test/). Our [roadmap](http://www.w3.org/Style/CSS/current-work) is maintained on the W3C website. fantasai has separately documented [how we work](http://fantasai.inkedblade.net/weblog/2011/inside-csswg/).
88

9-
This wiki is to help the CSSWG record [resolutions](./ideas/ "ideas") and open [issues](./spec/ "spec"), to share them with public, and to encourage public involvement in the development of CSS and its [test suites](./test/ "test"). Contributions to this wiki are governed by the same conditions as the [W3C Mobile Web Wiki Contribution Policy](http://www.w3.org/Consortium/Legal/2006/07-incoming-wiki-copyright.html). Note that editing is restricted to CSS Working Group members except in the Testing section (which is open to all).
9+
This wiki is to help the CSSWG record [resolutions](./ideas "ideas") and open [issues](./spec "spec"), to share them with public, and to encourage public involvement in the development of CSS and its [test suites](./test "test"). Contributions to this wiki are governed by the same conditions as the [W3C Mobile Web Wiki Contribution Policy](http://www.w3.org/Consortium/Legal/2006/07-incoming-wiki-copyright.html). Note that editing is restricted to CSS Working Group members except in the Testing section (which is open to all).
1010

11-
The CSS Working Group welcomes your feedback on our work! Public discussion of our specs happens in github issues on the in [csswg-drafts](https://github.com/w3c/csswg-drafts/), [fxtf-drafts](https://github.com/w3c/fxtf-drafts/), and [css-houdini-drafts](https://github.com/w3c/css-houdini-drafts/) repositories (corresponding to [CSS drafts](https://drafts.csswg.org/index.html), [FXTF drafts](https://drafts.fxtf.org/), and [Houdini drafts](https://drafts.css-houdini.org/)) and on the archived [www-style](http://lists.w3.org/Archives/Public/www-style/) mailing list, while discussion of our test suites happens on [public-css-testsuite](http://lists.w3.org/Archives/Public/public-css-testsuite/). If you are part of a W3C Member organization, you can also access our (mostly administrivial) [internal mailing list](http://lists.w3.org/Archives/Member/w3c-css-wg/). Minutes of our meetings and publishing updates are posted to the [CSS WG Blog](http://www.w3.org/blog/CSS/). See list of [communications](./communications/ "communications") channels.
11+
The CSS Working Group welcomes your feedback on our work! Public discussion of our specs happens in github issues on the in [csswg-drafts](https://github.com/w3c/csswg-drafts/), [fxtf-drafts](https://github.com/w3c/fxtf-drafts/), and [css-houdini-drafts](https://github.com/w3c/css-houdini-drafts/) repositories (corresponding to [CSS drafts](https://drafts.csswg.org/index.html), [FXTF drafts](https://drafts.fxtf.org/), and [Houdini drafts](https://drafts.css-houdini.org/)) and on the archived [www-style](http://lists.w3.org/Archives/Public/www-style/) mailing list, while discussion of our test suites happens on [public-css-testsuite](http://lists.w3.org/Archives/Public/public-css-testsuite/). If you are part of a W3C Member organization, you can also access our (mostly administrivial) [internal mailing list](http://lists.w3.org/Archives/Member/w3c-css-wg/). Minutes of our meetings and publishing updates are posted to the [CSS WG Blog](http://www.w3.org/blog/CSS/). See list of [communications](./communications "communications") channels.
1212

13-
The working group uses the [planning](./planning/ "planning") page to coordinate topics for our face-to-face meetings.
13+
The working group uses the [planning](./planning "planning") page to coordinate topics for our face-to-face meetings.
1414

1515
Due to abuse by spam bots, account registration has been disabled on this wiki. [Registration is available on the draft server](https://drafts.csswg.org/register/) and accounts are shared with the wiki.
1616

1717
See [recent changes](http://wiki.csswg.org/?do=recent) for currently active topics.
1818

1919
## Sections
2020

21-
- [Frequently Asked Questions](./faq/ "faq") - FAQ: why some commonly desired features keep being rejected / why some surprising things are the way they are
22-
- [Specification Issues and Planning](./spec/ "spec") - Wiki pages for tracking spec-related thoughts
23-
- [Ideas and Resolutions](./ideas/ "ideas") - Ideas not yet in a spec
24-
- [Testing](./test/ "test") - Testing CSS
25-
- [CSSWG Tools](./tools/ "tools") - About our tools
26-
- [Meeting Planning Pages](./planning/ "planning") - Meeting plans and schedules
27-
- [About This Wiki](./wiki/ "wiki") - Meta information about the wiki
21+
- [Frequently Asked Questions](./faq "faq") - FAQ: why some commonly desired features keep being rejected / why some surprising things are the way they are
22+
- [Specification Issues and Planning](./spec "spec") - Wiki pages for tracking spec-related thoughts
23+
- [Ideas and Resolutions](./ideas "ideas") - Ideas not yet in a spec
24+
- [Testing](./test "test") - Testing CSS
25+
- [CSSWG Tools](./tools "tools") - About our tools
26+
- [Meeting Planning Pages](./planning "planning") - Meeting plans and schedules
27+
- [About This Wiki](./wiki "wiki") - Meta information about the wiki

0 commit comments

Comments
 (0)