8000 Drop suppresson of missing <dfn> error · Ritsyy/html-build@ba7553b · GitHub
[go: up one dir, main page]

Skip to content

Commit ba7553b

Browse files
committed
Drop suppresson of missing <dfn> error
Made unnecessary by whatwg/html#345
1 parent 071ff98 commit ba7553b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,7 @@ runWattsi $HTML_TEMP/source-whatwg-complete $HTML_TEMP/wattsi-output
302302

303303
if [[ ! $QUIET = "true" || ! "$WATTSI_RESULT" = "0" ]]; then
304304
mv $HTML_TEMP/wattsi-output.txt $HTML_TEMP/wattsi-first-pass-output.txt
305-
cp $HTML_SOURCE/source $HTML_TEMP/raw-source
306-
# suppress 'missing <dfn> for topic "sort parser mode: separator"' error
307-
perl -pi -e 's|^\s+</body>|<dfn w-drop data-x="sort parser mode: separator"></dfn></body>|' $HTML_TEMP/raw-source
308-
runWattsi $HTML_TEMP/raw-source $HTML_TEMP/wattsi-raw-source-output
305+
runWattsi $HTML_SOURCE/source $HTML_TEMP/wattsi-raw-source-output
309306

310307
echo
311308
cat $HTML_TEMP/wattsi-first-pass-output.txt | grep -v '^$' # trim blank lines

0 commit comments

Comments
 (0)
0