Modern DOM library written in PHP for HTML documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
401 B

#fragment
| <fake_ns test:test>
#output
<test:test></test:test>
#fragment
| <fake_ns test:te<st>
#output
<test:te<st></test:te<st>
#fragment
| <test<test>
#output
<test<test></test<test>
#fragment
| <span>
| test<test="test"
#output
<span test<test="test"></span>
#fragment
| <wbr>
| "You should not see this text."
#output
<wbr>
#fragment
| <wbr>
| class="test"
#output
<wbr class="test">