Skip to content

Commit 08d0b3c

Browse files
committed
Merge pull request #171 from dlockhart/allow-appearance-radio
fixes #170: allowing a value of "radio" for the appearance property
2 parents 41b43e0 + 9c6d47b commit 08d0b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/Properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var Properties = {
5050
"-o-animation-name" : { multi: "none | <ident>", comma: true },
5151
"-o-animation-play-state" : { multi: "running | paused", comma: true },
5252

53-
"appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit",
53+
"appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit",
5454
"azimuth" : function (expression) {
5555
var simple = "<angle> | leftwards | rightwards | inherit",
5656
direction = "left-side | far-left | left | center-left | center | center-right | right | far-right | right-side",

0 commit comments

Comments
 (0)