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 e11ed5a commit 0437f25Copy full SHA for 0437f25
html5lib/treebuilders/_base.py
@@ -6,9 +6,9 @@
6
from sets import Set as set
7
from sets import ImmutableSet as frozenset
8
9
-# The scope markers are inserted when entering buttons, object elements,
+# The scope markers are inserted when entering object elements,
10
# marquees, table cells, and table captions, and are used to prevent formatting
11
-# from "leaking" into tables, buttons, object elements, and marquees.
+# from "leaking" into tables, object elements, and marquees.
12
Marker = None
13
14
class Node(object):
0 commit comments