="http://css-tricks.com/speech-bubble-arrows-that-inherit-parent-color/">Speech Bubble Arrows that Inherit Parent Color is a post from CSS-Tricks

]]> //AN_Xml: http://css-tricks.com/speech-bubble-arrows-that-inherit-parent-color/feed/ //AN_Xml: 31 //AN_Xml: //AN_Xml: //AN_Xml: A proposal to drop browser vendor prefixes //AN_Xml: http://felipe.wordpress.com/2012/02/02/a-proposal-to-drop-browser-vendor-prefixes/ //AN_Xml: http://css-tricks.com/a-proposal-to-drop-browser-vendor-prefixes/#comments //AN_Xml: Fri, 03 Feb 2012 21:49:25 +0000 //AN_Xml: Chris Coyier //AN_Xml: //AN_Xml: //AN_Xml: http://css-tricks.com/?p=16220 //AN_Xml:

Interesting idea by Felipe G on using a new at-rule, @-vendor-unlock, to tell the browser to use it's experimental implementation of any particular property, rather than using a vendor prefix on that property. Unfortunately at this point, even if you could get all the browsers on board, you'd need to use this and vendor prefixes to get deep support, which makes the problem worse. What we really need is for all browsers to implement auto-updating so eventually "supporting older …

A proposal to drop browser vendor prefixes is a post from CSS-Tricks

]]>
//AN_Xml: Interesting idea by Felipe G on using a new at-rule, @-vendor-unlock, to tell the browser to use it's experimental implementation of any particular property, rather than using a vendor prefix on that property. Unfortunately at this point, even if you could get all the browsers on board, you'd need to use this and vendor prefixes to get deep support, which makes the problem worse. What we really need is for all browsers to implement auto-updating so eventually "supporting older browsers" is something we can look back and laugh at.

//AN_Xml:

Direct Link to ArticlePermalink

A proposal to drop browser vendor prefixes is a post from CSS-Tricks

]]>
//AN_Xml: http://css-tricks.com/a-proposal-to-drop-browser-vendor-prefixes/feed/ //AN_Xml: 0 //AN_Xml:
//AN_Xml: //AN_Xml: //AN_Xml: t/xml"); var serializer = new XMLSerializer(); //alert("xml = " + serializer.serializeToString(xmlDom)); var xsl = loadxmldoc(xsl_url); x = xsl.documentElement.childNodes; for (i = 0 ; i < x.length; i++){ var attrs = x[i].attributes; if(x[i].namespaceURI == "http://www.w3.org/1999/XSL/Transform" && (x[i].localName == "import" || x[i].localName == "include")){ var attr = attrs.getNamedItem("href"); if(attr != null){ x.item(i).setAttribute("href", _AN_full_url(attr.nodeValue)); } } } var xsltProcessor = new XSLTProcessor(); xsltProcessor.importStylesheet(xsl); var result = xsltProcessor.transformToDocument(xmlDom); var xmls = new XMLSerializer(); var data = (xmls.serializeToString(result)); data = data.replace(/