Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a68f861

Browse filesBrowse files
committed
note about innerHTML prohibition
1 parent 4b87b2e commit a68f861
Copy full SHA for a68f861

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎tasks/test_syntax.js

Copy file name to clipboardExpand all lines: tasks/test_syntax.js
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.