The process is like this as below.
- a user choose some text and make selection on it. then it's gonna be highlighted.
- the user move her mouse focus on the textbox on the html.
- the highlight on the text in the html is still there.
- If the user move her mouse back to the text, click somewhere on the text zone, the highlight would be gone.
- The user can make another new highlight.
Here's my question.
- Can I keep the highlight even though I change the focus on other object from text in the html?
- I don't want to use span for it since if I want to make new highlight, it's tedious to move the span back out. Is there another way?