Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spec URLs for CSS Flexbox #7161

Merged
merged 10 commits into from
Feb 24, 2021
Merged
4 changes: 4 additions & 0 deletions css/properties/align-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"__compat": {
"description": "Supported in Flex Layout",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-content",
"spec_url": [
"https://drafts.csswg.org/css-align/#align-justify-content",
"https://drafts.csswg.org/css-flexbox/#align-content-property"
],
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/align-items.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"__compat": {
"description": "Supported in Flex Layout",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-items",
"spec_url": "https://drafts.csswg.org/css-flexbox/#align-items-property",
foolip marked this conversation as resolved.
Show resolved Hide resolved
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/align-self.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"__compat": {
"description": "Supported in Flex Layout",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-self",
"spec_url": "https://drafts.csswg.org/css-flexbox/#align-items-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/display.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"display": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display",
"spec_url": "https://drafts.csswg.org/css-display/#the-display-properties",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex-basis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex-basis": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-basis",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-basis-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex-direction.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex-direction": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-direction",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-direction-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex-flow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-flow",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-flow-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex-grow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex-grow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-grow",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-grow-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex-shrink.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex-shrink": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-shrink",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-shrink-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex-wrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex-wrap": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex-wrap",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-wrap-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/flex.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"flex": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex",
"spec_url": "https://drafts.csswg.org/css-flexbox/#flex-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/justify-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"__compat": {
"description": "Supported in Flex Layout",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-content",
"spec_url": "https://drafts.csswg.org/css-flexbox/#justify-content-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/margin-left.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"margin-left": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-left",
"spec_url": "https://drafts.csswg.org/css-box/#margin-physical",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions css/properties/margin-right.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"margin-right": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-right",
"spec_url": "https://drafts.csswg.org/css-box/#margin-physical",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions css/properties/min-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"min-width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min-width",
"spec_url": "https://drafts.csswg.org/css-sizing/#min-size-properties",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions css/properties/order.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"order": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/order",
"spec_url": "https://drafts.csswg.org/css-flexbox/#order-property",
"support": {
"chrome": [
{
Expand Down
1 change: 1 addition & 0 deletions css/properties/visibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"visibility": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/visibility",
"spec_url": "https://drafts.csswg.org/css2/#visibility",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions css/types/flex.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"__compat": {
"description": "<code>&lt;flex&gt;</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex_value",
"spec_url": "https://drafts.csswg.org/css-grid/#fr-unit",
"support": {
"chrome": {
"version_added": "29"
Expand Down