From 0be76dbdb23a3c777d6966aa1ec382ea9825957b Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 19 Aug 2015 11:12:58 +0200 Subject: [PATCH] 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. --- tree-construction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-construction/README.md b/tree-construction/README.md index be41fa44..18a85ecf 100644 --- a/tree-construction/README.md +++ b/tree-construction/README.md @@ -38,7 +38,7 @@ using the HTML fragment parsing algorithm with the context element as context. Then there \*may\* be a line that says "\#script-off" or -"\#script-in". If a line that says "\#script-off" is present, the +"\#script-on". If a line that says "\#script-off" is present, the parser must set the scripting flag to disabled. If a line that says "\#script-on" is present, it must set it to enabled. Otherwise, the test should be run in both modes.