Bootstrap 3 RC1
81–90 of 143 posts
Re: Bootstrap 3 RC1
#82Re: Bootstrap 3 RC1
#83I love bootstrap, but I'm completely unconvinced about the flat trend. My site, www.liberwriter.com is squarely aimed at non-technical people who are not really on top of the latest trends. I could very easily envision them having a higher cognitive load trying to figure out what is a button and what isn't and so on. What do testing and studies show about this?
There are none. Web design trends like flat design are fashion.
Re: Bootstrap 3 RC1
#84I love bootstrap, but I'm completely unconvinced about the flat trend. My site, www.liberwriter.com is squarely aimed at non-technical people who are not really on top of the latest trends. I could very easily envision them having a higher cognitive load trying to figure out what is a button and what isn't and so on. What do testing and studies show about this?
Re: Bootstrap 3 RC1
#85List of all cross-browser gotchas from the Bootstrap site: - Striped tables are styled via the :nth-child CSS selector, which is not available in IE8. - IE and Safari don't actually support the attribute on a - Avoid using elements here as they cannot be fully styled in WebKit browsers. - If you add the disabled attribute to a , Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cann…
Re: Bootstrap 3 RC1
#86List of all cross-browser gotchas from the Bootstrap site: - Striped tables are styled via the :nth-child CSS selector, which is not available in IE8. - IE and Safari don't actually support the attribute on a - Avoid using elements here as they cannot be fully styled in WebKit browsers. - If you add the disabled attribute to a , Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cann…
Did you file issues on github in these defects?
Re: Bootstrap 3 RC1
#87Earlier quoted context omitted.
there is such a thing as plain border-radius: 5px, you know? I think mixin's are generally overused; having to maintain css as well as right it, I'm quite happy with a syntax that doesn't encourage their use. If you need em: fine, but the you won't care about @include vs. "." anyhow.
As I'm sure you well know, a mixing includes vendor specific prefixes. And the whole point of mixins is to make it easier to maintain. Once they're written, you don't need to worry.
Re: Bootstrap 3 RC1
#88List of all cross-browser gotchas from the Bootstrap site: - Striped tables are styled via the :nth-child CSS selector, which is not available in IE8. - IE and Safari don't actually support the attribute on a - Avoid using elements here as they cannot be fully styled in WebKit browsers. - If you add the disabled attribute to a , Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cann…
Re: Bootstrap 3 RC1
#89Earlier quoted context omitted.
bs3 is mobile first also
That's interesting to read, beccause on my iPad 4 BS3 is very sluggish. Buttons visibly wait to show any change, menus the same. I don't have this problem with BS2. Maybe when it ships this will have been eliminated.
Re: Bootstrap 3 RC1
#90List of all cross-browser gotchas from the Bootstrap site: - Striped tables are styled via the :nth-child CSS selector, which is not available in IE8. - IE and Safari don't actually support the attribute on a - Avoid using elements here as they cannot be fully styled in WebKit browsers. - If you add the disabled attribute to a , Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cann…