- From: Jos van den Oever <notifications@github.com>
- Date: Thu, 11 May 2017 03:02:20 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 May 2017 10:02:58 UTC
Full namespace support is not what this issue is about. I might file a separate issue for that. So far I managed to work without Element.matches at all. I came across it in ProseMirror. In [WebODF](http://webodf.org/demo/), we use CSS namespaces via dynamically generated CSS stylesheets. This works fine, but has global impact (CSS via <script/> is still global right?). But this issue is about adding the word 'prefixes' and saying whether or not there is a default namespace since that affects the outcome of '*|html'. Current browser practice is that no default namespace has been declared. Probably that should be made explicit. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/458#issuecomment-300743714
Received on Thursday, 11 May 2017 10:02:58 UTC