-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* xover.site.pushState - method added to force a pushState in the his…
…tory * xover.site.replaceState - method added to force a replaceState in the history with some new values * xover.xml.getDifferences - modified to return always an array even when no differences found * xover.xml.combine - added fallback for nodes without attributes - added logic to copy staticAttribtutes only for same constructor - added logic to force script elements to be replaced to allow content to be evaluated * xover.dom.combine - reallocated script detection block to force scripts to detect changes * xover.listener.on('click::*[ancestor-or-self::a[@href="#"]]' - replaces click listenerand removed ul from scroll prevention * xover.listener.on('click::*[ancestor-or-self::a]' - replaces former click listener's predicate * Date.prototype.addDays - forces days parsing to number * XMLDocument.prototype.getDifferences - replaces compareTo method * Element.prototype.clear - method added to remove content from a node. It is actually an interface to replaceChildren * Document.prototype.clear - interface for Element.prototype.clear * section_renderer_handler - removed syltsheet retrieval for sections without xo-stylesheet
- Loading branch information
1 parent
e2650ee
commit 6247f72
Showing
1 changed file
with
43 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters