-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
8 changed files
with
181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: "@charset" | ||
description: The `@charset` CSS at-rule specifies the character encoding of an external style sheet. | ||
spec: https://drafts.csswg.org/css2/#charset | ||
group: css | ||
compat_features: | ||
- css.at-rules.charset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated from: charset.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2015-07-29 | ||
baseline_high_date: 2018-01-29 | ||
support: | ||
chrome: "2" | ||
chrome_android: "18" | ||
edge: "12" | ||
firefox: "1.5" | ||
firefox_android: "4" | ||
safari: "4" | ||
safari_ios: "4" | ||
compat_features: | ||
- css.at-rules.charset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: float and clear | ||
description: The `float` CSS property aligns an element to either side of its container, allowing text and inline elements to flow around it. The `clear` CSS property sets whether an element is moved below floating elements that proceed it. | ||
spec: | ||
- https://drafts.csswg.org/css2/#propdef-float | ||
- https://drafts.csswg.org/css2/#propdef-clear | ||
group: css | ||
compat_features: | ||
- css.properties.clear | ||
- css.properties.clear.both | ||
- css.properties.clear.left | ||
- css.properties.clear.right | ||
- css.properties.float | ||
- css.properties.float.left | ||
- css.properties.float.none | ||
- css.properties.float.right |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Generated from: float-clear.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2015-07-29 | ||
baseline_high_date: 2018-01-29 | ||
support: | ||
chrome: "1" | ||
chrome_android: "18" | ||
edge: "12" | ||
firefox: "1" | ||
firefox_android: "4" | ||
safari: "1" | ||
safari_ios: "1" | ||
compat_features: | ||
- css.properties.clear | ||
- css.properties.clear.both | ||
- css.properties.clear.left | ||
- css.properties.clear.right | ||
- css.properties.float | ||
- css.properties.float.left | ||
- css.properties.float.none | ||
- css.properties.float.right |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: vertical-align | ||
description: The `vertical-align` CSS property sets the vertical alignment of inline, inline-block, and table cell elements. It has no effect on block-level elements. | ||
spec: https://drafts.csswg.org/css2/#propdef-vertical-align | ||
group: css | ||
compat_features: | ||
- css.properties.vertical-align | ||
- css.properties.vertical-align.baseline | ||
- css.properties.vertical-align.bottom | ||
- css.properties.vertical-align.middle | ||
- css.properties.vertical-align.sub | ||
- css.properties.vertical-align.super | ||
- css.properties.vertical-align.text-bottom | ||
- css.properties.vertical-align.text-top | ||
- css.properties.vertical-align.top |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Generated from: vertical-align.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: high | ||
baseline_low_date: 2015-07-29 | ||
baseline_high_date: 2018-01-29 | ||
support: | ||
chrome: "1" | ||
chrome_android: "18" | ||
edge: "12" | ||
firefox: "1" | ||
firefox_android: "4" | ||
safari: "1" | ||
safari_ios: "1" | ||
compat_features: | ||
- css.properties.vertical-align | ||
- css.properties.vertical-align.baseline | ||
- css.properties.vertical-align.bottom | ||
- css.properties.vertical-align.middle | ||
- css.properties.vertical-align.sub | ||
- css.properties.vertical-align.super | ||
- css.properties.vertical-align.text-bottom | ||
- css.properties.vertical-align.text-top | ||
- css.properties.vertical-align.top |