Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

dom-text-mapper

A JavaScript library for mapping sub-strings of the string representation of an HTML document to individual DOM elements

The code traverses the DOM, and compares it to the text string what we get when the document is rendered, and collects info about which string slice belonds to each DOM elements.

Then it can provide mapping between string slices and DOM elements.

About

A JavaScript library for mapping sub-strings of the string representation of an HTML document to individual DOM elements

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors