Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating offset definition. #2330

Merged
merged 7 commits into from May 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion guidelines/terms/22/target-offset.html
@@ -1,5 +1,5 @@
<dt class="new"><dfn data-lt="target offsets">target offset</dfn></dt>
<dd class="new">
<p class="change">New</p>
<p>the distance measured from the farthest point of a target to the nearest point of the second target. Offset includes the target and spacing around the target. The target offset from A to B may be different then the offset from B to A, if the size of these targets differ.</p>
<p>the distance measured from the farthest point of a target (A), to the nearest point of the second target (B). The offset includes the target and spacing around the target. The offset from A to B may be different than the offset from B to A, if the sizes of these targets differ.</p>
</dd>
2 changes: 1 addition & 1 deletion understanding/22/target-size-minimum.html
Expand Up @@ -37,7 +37,7 @@ <h4>Target Size (Minimum)</h4>
<dl><dt class="new"><dfn data-lt="target offsets">target offset</dfn></dt>
<dd class="new">
<p class="change">New</p>
<p>the distance measured from the farthest point of a target, to the nearest point of the second target. Offset includes the target and spacing around the target. The offset from A to B may be different then the offset from B to A, if the size of these targets differs.</p>
<p>the distance measured from the farthest point of a target (A), to the nearest point of the second target (B). The offset includes the target and spacing around the target. The offset from A to B may be different than the offset from B to A, if the sizes of these targets differ.</p>
</dd></dl>
</blockquote>
</section>
Expand Down