GoogleChromeLabs / text-fragments-polyfill

Apache License 2.0
116 stars 27 forks source link

Fix invisible text in fragment context terms #100

Closed ernesizcl88 closed 2 years ago

ernesizcl88 commented 2 years ago

Added logic to skip invisible text nodes when traversing the DOM. Fixed traversal functions to be able to detect block boundaries. Added helper class to keep track of text inside the same block boundaries. Added tests.