You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This produces only "well" in Ladybird, but the full text shows up in other browsers.
The foo:bar is the issue.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml" xmlns:foo="http://www.example.com"><body><div>well</div><divfoo:bar="FAIL">hello</div><div>friends</div></body></html>
No messages appear in the logs.
The text was updated successfully, but these errors were encountered:
Otherwise we'd end up ignoring attr prefixes and treating them as part
of the attribute's local name.
FixesLadybirdBrowser#3137.
This is a partial revert of b3fdeef,
but it fixes the underlying issue that it was working around.
alimpfard
added a commit
to alimpfard/ladybird
that referenced
this issue
Jan 4, 2025
Otherwise we'd end up ignoring attr prefixes and treating them as part
of the attribute's local name.
FixesLadybirdBrowser#3137.
This is a partial revert of b3fdeef,
but it fixes the underlying issue that it was working around.
This produces only "well" in Ladybird, but the full text shows up in other browsers.
The
foo:bar
is the issue.No messages appear in the logs.
The text was updated successfully, but these errors were encountered: