Skip to content

Commit 1ba5fed

Browse files
authored
Update 3.14.0b4.rst
1 parent 196e0bd commit 1ba5fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.14.0b4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ to the HTML5 standard.
7575
* Multiple ``=`` between attribute name and value are no longer collapsed.
7676
E.g. ``<a foo==bar>`` produces attribute "foo" with value "=bar".
7777

78-
* [REVERTED] Whitespaces between the ``=`` separator and attribute name or value are no
78+
* [Reverted in :gh:`136927`] Whitespaces between the ``=`` separator and attribute name or value are no
7979
longer ignored. E.g. ``<a foo =bar>`` produces two attributes "foo" and
8080
"=bar", both with value None; ``<a foo= bar>`` produces two attributes:
8181
"foo" with value "" and "bar" with value None.

0 commit comments

Comments
 (0)