Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guidelines/terms/22/encloses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<dd class="new">
<p class="change">New</p>

<p>Solidly bounds or surrounds</p>
<p>solidly bounds or surrounds</p>

</dd>
2 changes: 1 addition & 1 deletion guidelines/terms/22/minimum-bounding-box.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dt class="new"><dfn>minimum bounding box</dfn></dt>
<dd class="new">
<p class="change">New</p>
<p>the smallest enclosing rectangle aligned to the horizontal axis within which all the points of a shape lie. Where a component consists of disconnected parts, such as a link that wraps onto multiple lines, each part is considered to have its own bounding box.</p>
<p>the smallest enclosing rectangle aligned to the horizontal axis within which all the points of a shape lie. For components which wrap onto multiple lines as part of a sentence or block of text (such has hypertext links), the bounding box can be established based on how the component would appear on a single line.</p>
</dd>

Loading