mdn / dom-examples

Code examples that accompany various MDN DOM and Web API documentation pages
https://developer.mozilla.org/en-US/docs/Web/API
Creative Commons Zero v1.0 Universal
3.39k stars 1.79k forks source link

EditContext: Handle backward selections and remove double underline #249

Closed captainbrosset closed 7 months ago

captainbrosset commented 7 months ago

The EditContext API now supports backward selections, so I needed to update the code. Also, the double underline style for IME text formats is going away, so I removed the code for it.