gordonbrander + bug   27

CSS Compatibility and Internet Explorer
Looks like IE is keeping track of this now. Compatibility tables for every major version of IE, dating back to 5.
ie  bug  css  learn 
february 2012 by gordonbrander
#eCSStender.org { content: "Homepage"; }
Bringing CSS3 selectors to IE. Includes compound classes.
css  javascript  ie  bug  polyfill 
november 2011 by gordonbrander
JAWS, IE and Headings in HTML5 | Articles | Accessible Culture
JAWS currently mis-ranking HTML5-style heading algorithm. A quick tweak involving ARIA fixes it.
accessibility  html  html5  development  web  bug 
october 2011 by gordonbrander
IEWebGL - WebGL for Internet Explorer
An installable plugin for IE that adds support for WebGL
webgl  3d  ie  bug  plugin  opensource 
july 2011 by gordonbrander
Better conditional classnames for hack-free CSS – Nicolas Gallagher
More slightly depressing news around conditional comments and compatibility mode: the button will continue to show if you set IE=edge while using conditional comment HTML classes.
html  ie8  bug  development  web 
may 2011 by gordonbrander
IE CSS hacks — Gist
@necolas puts together a list of IE6/7 prefix hacks, plus a formulation that works as a faux media query for IE.
css  development  bug  ie7  ie6 
may 2011 by gordonbrander
Adactio: Journal—Windows mobile media queries
The state of media queries in Windows Mobile 7: nonexistent. At least we can use conditional comments to patch it up.
css  mobile  ie  bug  web  development 
april 2011 by gordonbrander
HTML5 Cross browser Polyfills - GitHub
An attempting-to-be-definitive collection of HTML5 functionality shims.
html  javascript  bug  ie  css3 
january 2011 by gordonbrander
A label, a checkbox and an iOS device walk into a bar
Labels wrapping form elements aren't clickable in iOS
webkit  bug  ios 
january 2011 by gordonbrander
Main Page - Drip IE Leak Detector
IE javascript memory leak detector. Originally written and released by MS, they discontinued support, but under its BSD license it has been hosted and maintained elsewhere.
ie  javascript  bug  opensource  unittest  app 
january 2011 by gordonbrander
Twitter / simurai: Something I noticed.. if a ...
Something I noticed.. if an mp3 file in an <audio> tag is too short (<0.2s), it won't play. Solution: http://cl.ly/3oFn
audio  bug  html 
december 2010 by gordonbrander
CSS Browser Selector
Small (really small!) Javascript that appends a class for the user agent.
development  web  css  javascript  opensource  bug 
september 2010 by gordonbrander
Fix for inline-block/text-indent image replacement in IE7
IE7 indents the whole inline-block box, meaning your replacement disappears. `text-indent: 0; font-size: 0; line-height: 0;` causes the text to be invisible in IE7, meaning you don't need an indent. Using the `zoom:1;display:inline` hack also seems to fix the issue.
css  ie  bug  design 
may 2010 by gordonbrander
HTML 5 innerShiv
IE has issues with InnerHTML and HTML5. This should solve it.
javascript  ie  bug  html 
april 2010 by gordonbrander
Developer's Guide - Google Chrome Frame
Replaces Trident with the Webkit rendering engine in IE. This is not a hack, it uses IE-provided API's in a completely kosher (if unintended) way.
documentation  ie  bug  web  design  development  webkit 
october 2009 by gordonbrander
IE/Win Inherited Margins on Form Elements
If the immediate parent of *some* form elements hasLayout and it's immediate ancestor has margin, the form element inherits the sum total of all the margins of all the ancestors. Consider my mind blown.
css  haslayout  ie  bug  html 
february 2009 by gordonbrander

Copy this bookmark:



description:


tags: