I have a bookmarklet storing a lot of DOM data, but I would love to avoid to put them out of the body tag so the script in the page won't mess with it.
Semantic value is not an issue for once, but I would like to know :
- will it trigger some browser behaviour ?
- will it still be accessible in the DOM ?
- can I display it using absolute positionning or should I move it to the body every time ?