-
Notifications
You must be signed in to change notification settings - Fork 81
fixes #170: allowing a value of "radio" for the appearance property #171
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
Conversation
|
The appearance property has been dropped as you already stated in your other PR. ( https://wiki.csswg.org/spec/css4-ui#dropped-css3-features ) but work is underway for a new one ( https://drafts.csswg.org/css-ui-4/#propdef-appearance ) It seems like only Firefox has implemented "radio-button" but sources disagree. There are bigger lists of appearance values. For example https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance . In this one "radio-button" isn't listed. I think we should add everything we can find, or nothing. Looking for more feedback. Please also rebase. |
|
|
|
Ok, true, but the other point remains. Requesting more feedback from others (@XhmikosR ). Please rebase. |
|
Adding the other values seems reasonable, but I see no reason to wait for those additions to merge this. |
|
Ok, we can merge this one then after the rebase. I'll see if I can spend a bit of time next week on going through the various documentations and then trying to make the list as long as possible. Then hopefully we'll cover all. |
|
I'm baffled with all this because it's not a standard yet. That being said, we should add all of the current properties. |
|
We made a decision some time ago to give preference to how actual browsers behave and CSS devs author over exactly what is standardized. Eg the IE property hacks. Nick wanted to blow up if we saw one, but they were still heavily used at that point. We needed to support the behavior. On Tue, Jan 12, 2016 at 5:26 PM, Frank van Gemeren
|
|
@stubbornella: please remove that annoying rebase thing from the repository's settings. |
|
@XhmikosR status check is removed |
|
@nschonni: thanks! |
fixes #170: allowing a value of "radio" for the appearance property
No description provided.