Skip to content

Commit

Permalink
Merge pull request #294 from chrisdavidmills/remove-google-contributions
Browse files Browse the repository at this point in the history
removing certain contributions as part of relicensing plan
  • Loading branch information
wbamberg authored Sep 23, 2018
2 parents c16925c + 0a585b8 commit db6b97d
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 155 deletions.
183 changes: 68 additions & 115 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -5315,22 +5315,6 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height"
},
"line-height-step": {
"syntax": "<length>",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Fonts"
],
"initial": "0",
"appliesto": "blockContainerElements",
"computed": "absoluteLength",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height-step"
},
"list-style": {
"syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
"media": "visual",
Expand Down Expand Up @@ -6059,124 +6043,109 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"
},
"object-fit": {
"syntax": "fill | contain | cover | none | scale-down",
"motion": {
"syntax": "&lt;'motion-path'&gt; &amp;&amp; &lt;'motion-offset'&gt; &amp;&amp; &lt;'motion-rotation'&gt;",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"percentages": [
"motion-offset"
],
"groups": [
"CSS Images"
"CSS Motion"
],
"initial": "fill",
"appliesto": "replacedElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-fit"
"initial": [
"motion-path",
"motion-offset",
"motion-rotation"
],
"appliesto": "allElementsSVGContainerElements",
"computed": [
"motion-path",
"motion-offset",
"motion-rotation"
],
"order": "orderOfAppearance",
"stacking": true,
"status": "experimental"
},
"object-position": {
"syntax": "<position>",
"motion-offset": {
"syntax": "&lt;length-percentage&gt;",
"media": "visual",
"inherited": true,
"animationType": "repeatableListOfSimpleListOfLpc",
"percentages": "referToWidthAndHeightOfElement",
"inherited": false,
"animationType": "lpc",
"percentages": "referToTotalPathLength",
"groups": [
"CSS Images"
"CSS Motion"
],
"initial": "50% 50%",
"appliesto": "replacedElements",
"initial": "<code>0</code>",
"appliesto": "allElementsSVGContainerElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
"status": "experimental"
},
"offset": {
"syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
"motion-path": {
"syntax": "&lt;url&gt; | [ &lt;basic-shape&gt; | &lt;path()&gt; ] || &lt;geometry-box&gt; | none",
"media": "visual",
"inherited": false,
"animationType": [
"offset-position",
"offset-path",
"offset-distance",
"offset-anchor",
"offset-rotate"
],
"percentages": [
"offset-position",
"offset-distance",
"offset-anchor"
],
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Motion"
],
"initial": [
"offset-position",
"offset-path",
"offset-distance",
"offset-anchor",
"offset-rotate"
],
"appliesto": "transformableElements",
"computed": [
"offset-position",
"offset-path",
"offset-distance",
"offset-anchor",
"offset-rotate"
],
"order": "perGrammar",
"initial": "<code>none</code>",
"appliesto": "allElementsSVGContainerElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"stacking": true,
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset"
"status": "experimental"
},
"offset-anchor": {
"syntax": "auto | <position>",
"motion-rotation": {
"syntax": "[ auto | reverse ] &amp;&amp; &lt;angle&gt;",
"media": "visual",
"inherited": false,
"animationType": "position",
"percentages": "relativeToWidthAndHeight",
"animationType": "number",
"percentages": "no",
"groups": [
"CSS Motion"
],
"initial": "auto",
"appliesto": "transformableElements",
"computed": "forLengthAbsoluteValueOtherwisePercentage",
"order": "perGrammar",
"initial": "<code>auto</code>",
"appliesto": "allElementsSVGContainerElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"offset-distance": {
"syntax": "<length-percentage>",
"object-fit": {
"syntax": "fill | contain | cover | none | scale-down",
"media": "visual",
"inherited": false,
"animationType": "lpc",
"percentages": "referToTotalPathLength",
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Motion"
"CSS Images"
],
"initial": "0",
"appliesto": "transformableElements",
"computed": "forLengthAbsoluteValueOtherwisePercentage",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
"initial": "fill",
"appliesto": "replacedElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-fit"
},
"offset-path": {
"syntax": "none | ray( [ <angle> && <size>? && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
"object-position": {
"syntax": "<position>",
"media": "visual",
"inherited": false,
"animationType": "angleOrBasicShapeOrPath",
"percentages": "no",
"inherited": true,
"animationType": "repeatableListOfSimpleListOfLpc",
"percentages": "referToWidthAndHeightOfElement",
"groups": [
"CSS Motion"
"CSS Images"
],
"initial": "none",
"appliesto": "transformableElements",
"initial": "50% 50%",
"appliesto": "replacedElements",
"computed": "asSpecified",
"order": "perGrammar",
"stacking": true,
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-path"
"order": "uniqueOrder",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
},
"offset-position": {
"syntax": "auto | <position>",
Expand All @@ -6193,22 +6162,6 @@
"order": "perGrammar",
"status": "experimental"
},
"offset-rotate": {
"syntax": "[ auto | reverse ] || <angle>",
"media": "visual",
"inherited": false,
"animationType": "angle",
"percentages": "no",
"groups": [
"CSS Motion"
],
"initial": "auto",
"appliesto": "transformableElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-rotate"
},
"opacity": {
"syntax": "<number>",
"media": "visual",
Expand Down
3 changes: 1 addition & 2 deletions css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"animationType": {
"enum": [
"angle",
"angleOrBasicShapeOrPath",
"angleBasicShapeOrPath",
"basicShapeOtherwiseNo",
"color",
"discrete",
Expand Down
26 changes: 0 additions & 26 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,6 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus"
},
":focus-visible": {
"syntax": ":focus-visible",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible"
},
":focus-within": {
"syntax": ":focus-within",
"groups": [
Expand All @@ -242,15 +233,6 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has"
},
":host": {
"syntax": ":host",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host"
},
":host()": {
"syntax": ":host( <compound-selector-list> )",
"groups": [
Expand All @@ -260,14 +242,6 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host()"
},
":host-context": {
"syntax": ":host-context",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental"
},
":host-context()": {
"syntax": ":host-context( <compound-selector-list> )",
"groups": [
Expand Down
12 changes: 0 additions & 12 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,23 +264,11 @@
"fr": " et ",
"ru": " и "
},
"angle": {
"de": "Winkel",
"en-US": "angle",
"fr": "angle",
"ru": "угол"
},
"angleBasicShapeOrPath": {
"de": "{{cssxref(\"<angle>\"}}, {{cssxref(\"<basic-shape>\"}} oder {{cssxref(\"<path()>\"}}",
"en-US": "{{cssxref(\"<angle>\"}}, {{cssxref(\"<basic-shape>\"}} or {{cssxref(\"<path()>\"}}",
"fr": "{{cssxref(\"<angle>\"}}, {{cssxref(\"<basic-shape>\"}} ou {{cssxref(\"<path()>\"}}"
},
"angleOrBasicShapeOrPath": {
"de": "als &lt;angle&gt;, &lt;basic-shape&gt; oder &lt;path()&gt;",
"en-US": "as &lt;angle&gt;, &lt;basic-shape&gt; or &lt;path()&gt;",
"fr": "comme &lt;angle&gt;, &lt;basic-shape&gt; ou &lt;path()&gt;",
"ru": "как &lt;angle&gt;, &lt;basic-shape&gt; или &lt;path()&gt;"
},
"angleRoundedToNextQuarter": {
"de": "ein {{xref_cssangle}}, auf den nächsten Viertel von <code>0deg</code> gerundet (üblicherweise  <code>1turn)</code>",
"en-US": "an {{xref_cssangle}}, rounded to the next quarter turn from <code>0deg</code> and normalized, that is moduloing the value by <code>1turn</code>",
Expand Down

0 comments on commit db6b97d

Please sign in to comment.