提交 5149b217 编写于 作者: M Martin Aeschlimann

Update browsers.js to reflect changes in #304

上级 6d453e4c
......@@ -1847,7 +1847,7 @@
</values>
</entry>
<entry name="border-image-width" restriction="length, percentage, number" version="3.0" browsers="FF13,IE11" ref="http://www.w3.org/TR/css3-background/#border-image-slice" syntax=".album { $(name): 4px; }">
<desc>The four values of 'border-image-width' specify offsets that are used to divide the border image area into nine parts. They represent inward distances from the the top, right, bottom, and left sides of the area, respectively.</desc>
<desc>The four values of 'border-image-width' specify offsets that are used to divide the border image area into nine parts. They represent inward distances from the top, right, bottom, and left sides of the area, respectively.</desc>
<values>
<value name="auto" version="3.0" browsers="all">
<desc>If 'auto' is specified then the border image width is the intrinsic width or height (whichever is applicable) of the corresponding image slice. If the image does not have the required intrinsic dimension then the corresponding border-width is used instead.</desc>
......@@ -3839,7 +3839,7 @@
</values>
</entry>
<entry name="counter-increment" restriction="identifier, integer" version="2.0" browsers="C,FF1.5,IE8,O10.5,S3" ref="http://www.w3.org/TR/css3-content/#counters" syntax="h1:before { $(name): section; }">
<desc>Counters are used with the 'counter()' and 'counters()' functions of the the 'content' property.</desc>
<desc>Counters are used with the 'counter()' and 'counters()' functions of the 'content' property.</desc>
<values>
<value name="none" version="2.0" browsers="all">
<desc>The counter is not modified.</desc>
......@@ -5266,7 +5266,7 @@
<desc>Aligns the columns in a grid.</desc>
<values>
<value name="center" version="3.0" browsers="all">
<desc>Places the center of the Grid Item's margin box at the center of the the Grid Item's column.</desc>
<desc>Places the center of the Grid Item's margin box at the center of the Grid Item's column.</desc>
</value>
<value name="end" version="3.0" browsers="all">
<desc>Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's column.</desc>
......@@ -5312,7 +5312,7 @@
<desc>Aligns the rows in a grid.</desc>
<values>
<value name="center" version="3.0" browsers="all">
<desc>Places the center of the Grid Item's margin box at the center of the the Grid Item's row.</desc>
<desc>Places the center of the Grid Item's margin box at the center of the Grid Item's row.</desc>
</value>
<value name="end" version="3.0" browsers="all">
<desc>Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's row.</desc>
......@@ -8473,7 +8473,7 @@
<desc>Aligns the columns in a grid.</desc>
<values>
<value name="center" version="3.0" browsers="all">
<desc>Places the center of the Grid Item's margin box at the center of the the Grid Item's column.</desc>
<desc>Places the center of the Grid Item's margin box at the center of the Grid Item's column.</desc>
</value>
<value name="end" version="3.0" browsers="all">
<desc>Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's column.</desc>
......@@ -8507,7 +8507,7 @@
<desc>Aligns the rows in a grid.</desc>
<values>
<value name="center" version="3.0" browsers="all">
<desc>Places the center of the Grid Item's margin box at the center of the the Grid Item's row.</desc>
<desc>Places the center of the Grid Item's margin box at the center of the Grid Item's row.</desc>
</value>
<value name="end" version="3.0" browsers="all">
<desc>Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's row.</desc>
......@@ -11,6 +11,11 @@ exports.data ={
"name": "@charset",
"desc": "Defines character set of the document."
},
{
"name": "@counter-style",
"desc": "Defines a custom counter style.",
"browsers": "FF33"
},
{
"name": "@font-face",
"desc": "Allows for linking to fonts that are automatically activated when needed. This permits authors to work around the limitation of 'web-safe' fonts, allowing for consistent rendering independent of the fonts available in a given user's environment."
......@@ -27,7 +32,7 @@ exports.data ={
{
"name": "@keyframes",
"desc": "Defines set of animation key frames.",
"browsers": "FF16,IE10,O12.5"
"browsers": "C43,FF16,IE10,O12.5,S9"
},
{
"name": "@media",
......@@ -43,10 +48,6 @@ exports.data ={
"desc": "Defines set of animation key frames.",
"browsers": "FF5"
},
{
"name": "@-moz-viewport",
"browsers": "FF"
},
{
"name": "@-ms-viewport",
"browsers": "IE10"
......@@ -62,7 +63,7 @@ exports.data ={
},
{
"name": "@-o-viewport",
"desc": "Sets the viewport properties in Opera Mobile 11 and newer.",
"desc": "Sets the viewport properties in Opera Mobile 11 - 12.1.",
"browsers": "O11"
},
{
......@@ -72,16 +73,12 @@ exports.data ={
{
"name": "@supports",
"desc": "A conditional group rule whose condition tests whether the user agent supports CSS property:value pairs.",
"browsers": "C,FF,O"
"browsers": "C,FF,O,S9"
},
{
"name": "@-webkit-keyframes",
"desc": "Defines set of animation key frames.",
"browsers": "C,S4"
},
{
"name": "@-webkit-viewport",
"browsers": "C,S"
}
],
"pseudoclasses": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册