Skip to content

Commit a68f861

Browse files
committed
note about innerHTML prohibition
1 parent 4b87b2e commit a68f861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/test_syntax.js

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ function assertSrcContents() {
7575
logs.push(file + ' : contains .classList (IE failure)');
7676
}
7777
else if(lastPart === 'innerHTML') {
78+
// Note: if we do anything that's NOT in SVG, innerHTML is
79+
// OK in IE. We can cross that bridge when we get to it...
7880
logs.push(file + ' : contains .innerHTML (IE failure in SVG)');
7981
}
8082
else if(lastPart === 'parentElement') {

0 commit comments

Comments
 (0)