Skip to content

Commit 1be9532

Browse files
committed
Added iframe seamless boolean attribute
1 parent 7cce65b commit 1be9532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5lib/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@
535535
"input": frozenset(("disabled", "readonly", "required", "autofocus", "checked", "ismap")),
536536
"select": frozenset(("disabled", "readonly", "autofocus", "multiple")),
537537
"output": frozenset(("disabled", "readonly")),
538+
"iframe": frozenset(("seamless")),
538539
}
539540

540541
# entitiesWindows1252 has to be _ordered_ and needs to have an index. It

0 commit comments

Comments
 (0)