How is this different from Bootstrap ( http://twitter.github.io/bootstrap/ )?
Literally JUST a skin. No idea how this crap gets voted up.
Ink – Interface Kit
21–30 of 73 posts
Re: Ink – Interface Kit
#22Re: Ink – Interface Kit
#23Re: Ink – Interface Kit
#24Can we please come up with a better markup for form element grouping than "div.control-group"? Specifically, HTML has always allowed nesting an inside - and that's more than enough to create either a horizontal or stacked layout. No s needed. And no "for" attribute needed with an unnecessary input ID.
Re: Ink – Interface Kit
#25Re: Ink – Interface Kit
#26Can we please come up with a better markup for form element grouping than "div.control-group"? Specifically, HTML has always allowed nesting an inside - and that's more than enough to create either a horizontal or stacked layout. No s needed. And no "for" attribute needed with an unnecessary input ID.
Sometimes introducing more markup can be better architecturally. I agree, .control-group isn't the nicest way of doing things but I don't think nesting an input inside a label is any better.
It doesn't matter much if forms are generated using a builder like Formtastic, etc. But even then less custom CSS classes is usually better. This way I have been able to write CSS for fairly complex forms using just standard tag selectors, with just one class on the root form container to separate multiple form styles.
Re: Ink – Interface Kit
#27Re: Ink – Interface Kit
#28Re: Ink – Interface Kit
#29Yet another! Foundation, Bootstrap, 960, unsemantic, etc.
Re: Ink – Interface Kit
#30How is this different from Bootstrap ( http://twitter.github.io/bootstrap/ )?
At this point, if your CSS framework doesn't start with "why we're different/better than Bootstrap" I'm pretty much out. I skimmed the docs and see very little here that isn't a direct "Bootstrap does that, we'll do that too".
If you don't do the comparison yourself, you're at risk of losing out.