mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In the browser, calling element.textContent causes child comment nodes to be ignored, while getting textContent directly on a comment node will return the comment. This change makes parse5Adapter consistent with this behavior by adding a 2nd argument to getText telling if it's being called recursively. Closes #5805 |
||
|---|---|---|
| .. | ||
| event_dispatcher_spec.ts | ||
| renderer_integration_spec.ts | ||
| spies.dart | ||
| spies.ts | ||
| xhr_impl_spec.ts | ||