File: walker.html

package info (click to toggle)
ckeditor 4.5.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,020 kB
  • sloc: sh: 167; python: 37; makefile: 24; php: 15; xml: 5
file content (18 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div id="playground"></div>
<span id="nbsp">&nbsp;</span>
<p>foo<br id="brInText">bar<br id="bogusBr"></p>
<p><br id="brFollowedByBogus"><br id="bogusBr2"></p>
<p>foo<b id="emptyInline"></b>,<b id="wsInline">  </b>, <b id="wsInline2">  </b> ,<b id="nonEmptyInline">x</b>bar</p>
<p>foo<b id="zwsInline">&#8203;</b></p>
<p id="filledBlock"><br></p>

<!-- isBlockBoundary section -->
<span id="bbf1" style="display:block; float: right">x</span>
<span id="bbf2" style="position: absolute">x</span>
<span id="bbf3" style="display: inline-block">x</span>
<span id="bbf4">x</span>

<span id="bbt1" style="display: block">x</span>
<p id="bbt2">x</p>
<ul><li id="bbt3">x</li></ul>
<p id="bbt4" style="float: right">x</p>