feat(DomRenderer): Adding support for document fragments in SVG foreign objects (#9458)
This commit is contained in:

committed by
Victor Berchet

parent
fb2509675d
commit
3644eef860
@ -23,7 +23,8 @@ import {camelCaseToDashCase} from './util';
|
||||
|
||||
const NAMESPACE_URIS = {
|
||||
'xlink': 'http://www.w3.org/1999/xlink',
|
||||
'svg': 'http://www.w3.org/2000/svg'
|
||||
'svg': 'http://www.w3.org/2000/svg',
|
||||
'xhtml': 'http://www.w3.org/1999/xhtml'
|
||||
};
|
||||
const TEMPLATE_COMMENT_TEXT = 'template bindings={}';
|
||||
var TEMPLATE_BINDINGS_EXP = /^template bindings=(.*)$/g;
|
||||
|
Reference in New Issue
Block a user