We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196e0bd commit 1ba5fedCopy full SHA for 1ba5fed
Misc/NEWS.d/3.14.0b4.rst
@@ -75,7 +75,7 @@ to the HTML5 standard.
75
* Multiple ``=`` between attribute name and value are no longer collapsed.
76
E.g. ``<a foo==bar>`` produces attribute "foo" with value "=bar".
77
78
-* [REVERTED] Whitespaces between the ``=`` separator and attribute name or value are no
+* [Reverted in :gh:`136927`] Whitespaces between the ``=`` separator and attribute name or value are no
79
longer ignored. E.g. ``<a foo =bar>`` produces two attributes "foo" and
80
"=bar", both with value None; ``<a foo= bar>`` produces two attributes:
81
"foo" with value "" and "bar" with value None.
0 commit comments