|
|
@ -9,7 +9,7 @@ import * as e from '../../../errors.js';
|
|
|
|
import * as w from '../../../warnings.js';
|
|
|
|
import * as w from '../../../warnings.js';
|
|
|
|
import { create_attribute, is_custom_element_node } from '../../nodes.js';
|
|
|
|
import { create_attribute, is_custom_element_node } from '../../nodes.js';
|
|
|
|
import { regex_starts_with_newline } from '../../patterns.js';
|
|
|
|
import { regex_starts_with_newline } from '../../patterns.js';
|
|
|
|
import { check_element } from './shared/a11y/utils.js';
|
|
|
|
import { check_element } from './shared/a11y/index.js';
|
|
|
|
import { validate_element } from './shared/element.js';
|
|
|
|
import { validate_element } from './shared/element.js';
|
|
|
|
import { mark_subtree_dynamic } from './shared/fragment.js';
|
|
|
|
import { mark_subtree_dynamic } from './shared/fragment.js';
|
|
|
|
|
|
|
|
|
|
|
|