1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Make feature checkboxes more consistent

Seems like it makes more sense if a feature box is only checked if all of its subfeatures are also checked.
This commit is contained in:
Mykl Clason 2016-10-26 15:06:03 -05:00 committed by GitHub
parent 4dd3d29f6e
commit 9b40b46eda

View file

@ -10,16 +10,16 @@ See [Haml's tutorial](http://haml.info/tutorial.html) if you are not familiar wi
See [Haml's reference](http://haml.info/docs/yardoc/file.REFERENCE.html) See [Haml's reference](http://haml.info/docs/yardoc/file.REFERENCE.html)
for full features in original implementation. for full features in original implementation.
- [x] Using Haml - [ ] Using Haml
- [x] Rails XSS Protection - [x] Rails XSS Protection
- [x] Ruby Module - [x] Ruby Module
- [x] Options - [x] Options
- [ ] Encodings - [ ] Encodings
- [x] Plain Text - [x] Plain Text
- [x] Escaping: \ - [x] Escaping: \
- [x] HTML Elements - [ ] HTML Elements
- [x] Element Name: % - [x] Element Name: %
- [x] Attributes: ` - [ ] Attributes: `
- [x] :class and :id Attributes - [x] :class and :id Attributes
- [x] HTML-style Attributes: () - [x] HTML-style Attributes: ()
- [x] Ruby 1.9-style Hashes - [x] Ruby 1.9-style Hashes
@ -44,7 +44,7 @@ for full features in original implementation.
- [x] Ruby Interpolation: #{} - [x] Ruby Interpolation: #{}
- [x] Escaping HTML: &= - [x] Escaping HTML: &=
- [x] Unescaping HTML: != - [x] Unescaping HTML: !=
- [x] Filters - [ ] Filters
- [x] :cdata - [x] :cdata
- [x] :coffee - [x] :coffee
- [x] :css - [x] :css
@ -61,7 +61,7 @@ for full features in original implementation.
- [x] :scss - [x] :scss
- [ ] :textile - [ ] :textile
- [ ] Custom Filters - [ ] Custom Filters
- [ ] Helper Methods - [x] Helper Methods
- [x] preserve - [x] preserve
- [x] surround - [x] surround
- [x] precede - [x] precede