Open aiwenar opened 6 years ago
With changes in #8, if you rename <html>
to be <nothtml>
(or something else) then everything except <c>
moves into <a>
.
I am not sure why <c>
does not move yet, but it's probably a bug in jquery.xmlns.js
. If that is a problem, please leave this Issue open and I can take a look at it in another Pull Request.
Consider following
HTML
CSS
Output (both for master and xml-files) is currently (cleaned)
or, in other words,
move-to
treatstag
selector as*|tag
;|tag
never matches, even though it's equivalent to simplytag
;namespace|tag
never matches