Skip to content

Commit c073b16

Browse files
mbgowerkfranqueiro
authored andcommitted
Remove periods from end of definitions (#4359)
Partially addresses comments in #4122 by removing the periods from the ends of the definitions for perimeter and single pointer. This brings these definitions into the glossary style, where the definition does not have terminal punctuation. (cherry picked from commit 9249aca)
1 parent 18a999f commit c073b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dt><dfn id="dfn-single-pointer">single pointer</dfn></dt>
22
<dd>
3-
<p>an input modality that only targets a single point on the page/screen at a time – such as a mouse, single finger on a touch screen, or stylus.</p>
3+
<p>an input modality that only targets a single point on the page/screen at a time – such as a mouse, single finger on a touch screen, or stylus</p>
44
<p class="note">Single pointer interactions include clicks, double clicks, taps, dragging motions, and single-finger swipe gestures. In contrast, multipoint interactions involve the use of two or more pointers at the same time, such as two-finger interactions on a touchscreen, or the simultaneous use of a mouse and stylus.</p>
55
</dd>
66

0 commit comments

Comments
 (0)