Skip to content

Commit

Permalink
Adopt #30 in css-schema.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jul 4, 2017
1 parent 795cac7 commit aa242f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/css-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7527,7 +7527,7 @@
</value>
</values>
</entry>
<entry name="text-decoration-color" restriction="color" version="3.0" browsers="none" ref="http://www.w3.org/TR/css-text-decor-3/#text-decoration-color" syntax="div { $(name): #ff0; }">
<entry name="text-decoration-color" restriction="color" version="3.0" browsers="FF36,C57,O44" ref="http://www.w3.org/TR/css-text-decor-3/#text-decoration-color" syntax="div { $(name): #ff0; }">
<desc>Specifies the color of text decoration (underlines overlines, and line-throughs) set on the element with text-decoration-line.</desc>
</entry>
<entry name="text-decoration-line" restriction="enum" version="3.0" browsers="FF36" ref="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line" syntax="div { $(name): underline; }">
Expand Down
2 changes: 1 addition & 1 deletion src/data/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11667,4 +11667,4 @@
"vertical-lr": "Left-to-right block flow direction. The writing mode is vertical.",
"vertical-rl": "Right-to-left block flow direction. The writing mode is vertical."
};
});
});

0 comments on commit aa242f4

Please sign in to comment.