mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
html: Don't escape < and > when serializing attribute values
Align with HTML5. This will break some test suites.
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
<script language="javascript">
|
||||
if (window.open<max) ;
|
||||
</script>
|
||||
<input onclick="if(window.open<max);">
|
||||
<input onclick="if(window.open<max);">
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user