Skip to content

Commit de57b2b

Browse files
authored
remove hr
1 parent 7f41840 commit de57b2b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,41 @@ Did you come here to update the status of a CSS feature or add a new one? Quick,
1313
This staging process reflects the real-life stability of new CSS features.
1414

1515
You can read an [inside view of the CSSWG] to learn about the official (and unofficial) development stages of CSS specifications. In reality, specifications and browser implementations happen out of sync. Stable CSS features are missing in all browsers, while other CSS features developed outside the [CSSWG] are already behind flags in Chrome. This is too ambiguous for the web development community, and a more accountable process is desired.
16-
<hr>
16+
17+
1718
### Stage 0: Aspirational
1819
<img src="https://dl.dropboxusercontent.com/u/18590/stage--0.png" width="90px" height="90px" align="left">
1920
> “This is a crazy idea.”
2021
2122
A CSS specification presented to the CSSWG by a [champion] within or outside the CSSWG. It should be considered highly instable and subject to change.
22-
<hr>
23+
24+
2325
### Stage 1: Experimental
2426
<img src="https://dl.dropboxusercontent.com/u/18590/stage--1.png" width="90px" height="90px" align="left">
2527
> “This idea might not be crazy.”
2628
2729
A CSS specification formally endorsed by the [CSSWG]. It should be considered highly instable and subject to change.
28-
<hr>
30+
31+
2932
### Stage 2: Draft
3033
<img src="https://dl.dropboxusercontent.com/u/18590/stage--2.png" width="90px" height="90px" align="left">
3134
> “This idea is not crazy.”
3235
3336
A CSS specification formally endorsed by the [CSSWG] and requiring implementations to move forward. It should be considered stable and subject to little change.
34-
<hr>
37+
38+
3539
### Stage 3: Adoption
3640
<img src="https://dl.dropboxusercontent.com/u/18590/stage--3.png" width="90px" height="90px" align="left">
3741
> “This idea is becoming part of the web.”
3842
3943
A CSS specification formally endorsed by the [CSSWG] and being implemented by [recognized browser vendors](#recognized-browser-vendors), possibly behind a flag. It should be considered stable and subject to little change.
40-
<hr>
44+
4145
### Stage 4: Complete
4246
<img src="https://dl.dropboxusercontent.com/u/18590/stage-4.png" width="90px" height="90px" align="left">
4347
> “This idea is part of the web.”
4448
4549
A CSS specification formally endorsed by the [CSSWG] and implemented by all [recognized browser vendors](#recognized-browser-vendors).
46-
<hr>
50+
4751

4852
### No Stage: Unrecognized
4953
<img src="https://dl.dropboxusercontent.com/u/18590/nr.png" width="90px" height="90px" align="left">

0 commit comments

Comments
 (0)