Skip to content

Commit 0be76db

Browse files
committed
Fix a typo in the treatment of the scripting flag
The option to run a test only with the scripting flag enabled is script-on, not script-in.
1 parent 15d20dd commit 0be76db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-construction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using the HTML fragment parsing algorithm with the context element as
3838
context.
3939

4040
Then there \*may\* be a line that says "\#script-off" or
41-
"\#script-in". If a line that says "\#script-off" is present, the
41+
"\#script-on". If a line that says "\#script-off" is present, the
4242
parser must set the scripting flag to disabled. If a line that says
4343
"\#script-on" is present, it must set it to enabled. Otherwise, the
4444
test should be run in both modes.

0 commit comments

Comments
 (0)