Skip to content

Commit 084e59f

Browse files
committed
markup tweak
1 parent 125e855 commit 084e59f

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

selectors4/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,12 +2445,14 @@ <h3 id=the-valid-drop-target-pseudo><span class=secno>8.4. </span> The
24452445
valid target for the current drag-and-drop operation, as defined by the
24462446
host language.
24472447

2448-
<p class=example> For example, <a href="#HTML5"
2449-
rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> defines the <a
2450-
href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute"><code>dropzone</code></a>
2451-
attribute, which allows an author to declare an element as a "drop
2452-
target", and declare what kinds of data the element is willing to accept
2453-
from drag-and-drop.
2448+
<div class=example>
2449+
<p> For example, <a href="#HTML5"
2450+
rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> defines the <a
2451+
href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute"><code>dropzone</code></a>
2452+
attribute, which allows an author to declare an element as a "drop
2453+
target", and declare what kinds of data the element is willing to accept
2454+
from drag-and-drop.
2455+
</div>
24542456

24552457
<p> If a UA has alternate models of drag-and-drop, such as one based on
24562458
focusing elements, the <a

selectors4/Overview.src.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,10 +1723,12 @@ <h3 id='the-valid-drop-target-pseudo'>
17231723
and is a valid target for the current drag-and-drop operation,
17241724
as defined by the host language.
17251725

1726-
<p class='example'>
1727-
For example, [[HTML5]] defines the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute"><code>dropzone</code></a> attribute,
1728-
which allows an author to declare an element as a "drop target",
1729-
and declare what kinds of data the element is willing to accept from drag-and-drop.
1726+
<div class='example'>
1727+
<p>
1728+
For example, [[HTML5]] defines the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute"><code>dropzone</code></a> attribute,
1729+
which allows an author to declare an element as a "drop target",
1730+
and declare what kinds of data the element is willing to accept from drag-and-drop.
1731+
</div>
17301732

17311733
<p>
17321734
If a UA has alternate models of drag-and-drop,

0 commit comments

Comments
 (0)