Skip to content

Commit 9249aca

Browse files
authored
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.
1 parent e94108d commit 9249aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

guidelines/terms/22/perimeter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dt class="new"><dfn id="dfn-perimeter">perimeter</dfn></dt>
22
<dd class="new">
33
<p class="change">New</p>
4-
<p>continuous line forming the boundary of a shape not including shared pixels, or the <a>minimum bounding box</a>, whichever is shortest.</p>
4+
<p>continuous line forming the boundary of a shape not including shared pixels, or the <a>minimum bounding box</a>, whichever is shortest</p>
55
<aside class="example"><p>The perimeter calculation for a 2 CSS pixel perimeter around a rectangle is 4<em>h</em>+4<em>w</em>, where <em>h</em> is the height and <em>w</em> is the width. For a 2 CSS pixel perimeter around a circle it is 4𝜋<em>r</em>.</p></aside>
66
</dd>
77

0 commit comments

Comments
 (0)