mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00

The main behavioural difference here is that the full qualified name is appended to the element, rather than just the local name and value.
18 lines
374 B
Text
18 lines
374 B
Text
---------------
|
|
explicit-xlink-href
|
|
---------------
|
|
localName -> href
|
|
name -> xlink:href
|
|
namespaceURI -> http://www.w3.org/1999/xlink
|
|
ownerElement -> explicit-xlink-href
|
|
prefix -> xlink
|
|
value -> test
|
|
---------------
|
|
implicit-xlink-href
|
|
---------------
|
|
localName -> href
|
|
name -> href
|
|
namespaceURI -> null
|
|
ownerElement -> implicit-xlink-href
|
|
prefix -> null
|
|
value -> test
|