Skip to content

Commit 5f21a64

Browse files
sam0410domenic
authored andcommitted
Editorial: replace "in in" phrasing with something less awkward
Fixes whatwg#3118.
1 parent 8324b5f commit 5f21a64

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60649,7 +60649,7 @@ idea from Mihai:
6064960649

6065060650
<dd>
6065160651

60652-
<p>Cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting the subpath that it was in in two;
60652+
<p>Cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting in two the subpath that it was in;
6065360653
remove all line segments, joins, points, and subpaths that are between <var>start</var> and <var>end</var>; and finally place a single point at <var>start</var> with no lines connecting to it.</p>
6065460654

6065560655
<p>The point has a <i>directionality</i> for the purposes of drawing line caps (see below).
@@ -60662,9 +60662,9 @@ idea from Mihai:
6066260662

6066360663
<dd>
6066460664

60665-
<p>Cut the line on which <var>start</var> finds itself into two at <var>start</var> and place a point there, cutting the subpath that it was in in two, and
60666-
similarly cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting the subpath that <em>it</em> was in in
60667-
two, and then remove all line segments, joins, points, and subpaths that are between <var>start</var> and <var>end</var>.</p>
60665+
<p>Cut the line on which <var>start</var> finds itself into two at <var>start</var> and place a point there, cutting in two the subpath that it was in, and
60666+
similarly cut the line on which <var>end</var> finds itself short at <var>end</var> and place a point there, cutting in two the subpath that <em>it</em> was in,
60667+
and then remove all line segments, joins, points, and subpaths that are between <var>start</var> and <var>end</var>.</p>
6066860668

6066960669
<p>If <var>start</var> and <var>end</var> are the same point, then this
6067060670
results in just the line being cut in two and two points being inserted there, with nothing
@@ -120823,6 +120823,7 @@ INSERT INTERFACES HERE
120823120823
Sam Kuper,
120824120824
Sam Ruby,
120825120825
Sam Weinig,
120826+
Samikshya Chand,
120826120827
Samuel Bronson,
120827120828
Samy Kamkar,
120828120829
Sander van Lambalgen,

0 commit comments

Comments
 (0)