mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02: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.
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
---------------
|
|
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
|