Normalizes Object#SVG Size and Alignment#99
Conversation
Resolves Normalize.css Issue #96
|
And here are screenshots in every browser showing consistency - just in case you need it. |
|
Really thorough work on the issue @andrewheins, it's good to have such a comprehensive set of results for any quirk. Thank you for sharing. However I think if this was added it would not be without some problems. The performance of attribute substring selectors is pretty poor, and asking a browser to evaluate the rules would be cumbersome, more so given SVG usage is still low. Perhaps the solution could be to add this but commented out and with a URL to a resource detailing the issue? |
|
I think that's a fair solution. Another option might be to create a utility class the user could add to the If @necolas can let me know what direction he'd prefer, I'll write up my documentation and get back to you with a url. |
|
Thanks a lot for getting back to me about this. I like to mull over certain changes for a while and have a chance to do my own tests as well. I'd definitely encourage you to document your research on your blog because it might be useful to developers in general. And if the utility class ends up being a better fit, then it's the sort of thing we'd consider for inclusion in the HTML5 Boilerplate helper classes. Thanks again! |
|
Andrew, did you ever get around to documenting this code somewhere? Thanks |
|
No, I kind of forgot about it. I've been caught up in other things |
|
Yeah, no hurry. I was just curious and felt like reading about the work you did. Thanks |
|
Thanks but closing. See #96 |
Resolves Normalize.css Issue #96