Re: Selecting xml: attributes using CSS attr()

"John P. McCaskey" <[email protected]> Thu, 23 Feb 2017 16:34:39 -0500
Newsgroups gmane.text.tei.general
Message-ID <[email protected]>
The selectors works fine. I see nothing that says attr( ) shouldn’t.

This looks to me like a bug in the implementation of attr( ) in 
webkit-rooted browsers (which is virtually everything but Firefox). :-(

I wonder how to submit a bug report, or even to whom.

--


On 2/23/2017 8:38 AM, Syd Bauman wrote:
>> Have you seen that work?
>> It’s not working for me in IE-Edge or in Chrome.
> See http://paramedic.wwp.neu.edu/~syd/temp/TEI/tiny_test.xml, which
> works for me in Firefox 51.0.1 for Ubuntu, but not in Chromium
> 55.0.2883.87. (Chromium wants to see "id", not "xml|id".)
>
> If you remember which engines various browsers use (I don't), it may
> be helpful to look through
> https://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)
> for "namespace" and "|".