Skip to content

Commit

Permalink
Correct contained glyphs for glyph keyed patches in the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
garretrieger committed Nov 18, 2024
1 parent ff66df6 commit 8f6ee01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ Iteration 2:

* Step 8 - the fetch for //foo.bar/01.gk was previously started during iteration 1.

* Step 9 - The fetched patch //foo.bar/01.gk is applied to the current font subset. This patch adds glyph data for code points 'a' through 'z'
* Step 9 - The fetched patch //foo.bar/01.gk is applied to the current font subset. This patch adds glyph data for code points 'a' through 'm'
to the glyf and loca tables. Additionally the mapping in the "IFTX" table is updated to removed the entry for //foo.bar/01.gk. The compatibility ID
and URIs for other entries are unchanged.

Expand All @@ -2924,7 +2924,7 @@ Iteration 3:

* Step 8 - the fetch for //foo.bar/04.gk was previously started during iteration 1.

* Step 9 - The fetched patch //foo.bar/04.gk is applied to the current font subset. This patch adds glyph data for code points 'A' through 'Z'
* Step 9 - The fetched patch //foo.bar/04.gk is applied to the current font subset. This patch adds glyph data for code points 'N' through 'Z'
to the glyf and loca tables. Additionally the mapping in the "IFTX" table is updated to removed the entry for //foo.bar/04.gk. The compatibility ID
and URIs for other entries are unchanged.

Expand Down
6 changes: 3 additions & 3 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="WD" name="w3c-status">
<meta content="Bikeshed version d765c696b, updated Fri Mar 8 15:58:52 2024 -0800" name="generator">
<link href="https://www.w3.org/TR/IFT/" rel="canonical">
<meta content="3c25a4a7aab465b29f0b80868a0320c7c14cffe1" name="revision">
<meta content="ff66df672fc92323aeb0d840f999ac632e91c485" name="revision">
<meta content="dark light" name="color-scheme">
<style>
.conform:hover {background: #31668f; color: white}
Expand Down Expand Up @@ -3407,7 +3407,7 @@ <h2 class="heading settled" id="extension-example"><span class="content"> Append
<li data-md>
<p>Step 8 - the fetch for //foo.bar/01.gk was previously started during iteration 1.</p>
<li data-md>
<p>Step 9 - The fetched patch //foo.bar/01.gk is applied to the current font subset. This patch adds glyph data for code points 'a' through 'z'
<p>Step 9 - The fetched patch //foo.bar/01.gk is applied to the current font subset. This patch adds glyph data for code points 'a' through 'm'
to the glyf and loca tables. Additionally the mapping in the "IFTX" table is updated to removed the entry for //foo.bar/01.gk. The compatibility ID
and URIs for other entries are unchanged.</p>
</ul>
Expand All @@ -3425,7 +3425,7 @@ <h2 class="heading settled" id="extension-example"><span class="content"> Append
<li data-md>
<p>Step 8 - the fetch for //foo.bar/04.gk was previously started during iteration 1.</p>
<li data-md>
<p>Step 9 - The fetched patch //foo.bar/04.gk is applied to the current font subset. This patch adds glyph data for code points 'A' through 'Z'
<p>Step 9 - The fetched patch //foo.bar/04.gk is applied to the current font subset. This patch adds glyph data for code points 'N' through 'Z'
to the glyf and loca tables. Additionally the mapping in the "IFTX" table is updated to removed the entry for //foo.bar/04.gk. The compatibility ID
and URIs for other entries are unchanged.</p>
</ul>
Expand Down

0 comments on commit 8f6ee01

Please sign in to comment.