OLD | NEW |
| (Empty) |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <script src="../resources/helper.js"></script> | |
5 <style> | |
6 body { width: 600px; } | |
7 #footNote { font-size: 13px; } | |
8 </style> | |
9 </head> | |
10 <body onload="selectBaseAndExtent('start', 0, 'end', 1)"> | |
11 <div id="content"> | |
12 <h1 style="margin-top: 0px">Selecting text through different CSS-Region flow
s</h1> | |
13 <div> | |
14 This text contains a footnote as a nested region what is diplayed <span id="
start">below<span> the article. (1) If you start selecting | |
15 text from this article until somewhere in the footnote and then click so
mewhere, the selection should be cleared. | |
16 </div> | |
17 <div id="footNote">(1) This is a footnote. Footnotes can be quite long and g
o over several lines. This footnote | |
18 is nested inside the text <span id="end">above<span> and displayed here with
the help of css-regions.</span></div> | |
19 </div> | |
20 </body> | |
21 </html> | |
OLD | NEW |