Skip to content

Commit bbaba3c

Browse files
committed
fix: update icon link format and improve accessibility in text elements
1 parent 22b692b commit bbaba3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dist/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="description"
1111
content="Poline is lightweight, dependency free and fast JavaScript function written in TypeScript. It draws lines between anchors over polar HSL coordinates to generate pleasing color palettes.">
1212

13-
<link rel="icon" type="image/x-icon" href="data:image/x-icon;,">
13+
<link rel="icon" href="data:,">
1414

1515
<!-- Open Graph / Facebook -->
1616
<meta property="og:type" content="website">
@@ -1317,10 +1317,10 @@ <h1>Poline</h1>
13171317
<div class="l-sec__inner">
13181318
<h2>Terminology &amp; Working Principles</h2>
13191319
<p>
1320-
The name "<strong class="t">Poline</strong>" <span role="text" aria-label="pronunciation for Poline">/ˈpoʊlaɪn/</span> represents the essence of the library - <strong>a polar line</strong>.
1320+
The name "<strong class="t">Poline</strong>" <span title="pronunciation: poh-line">/ˈpoʊlaɪn/</span> represents the essence of the library - <strong>a polar line</strong>.
13211321
The combination of these two words symbolizes the process of creating a palette by drawing lines between <strong>anchor</strong> points.
13221322
This unique moniker encapsulates the heart and soul of this micro-library written in TypeScript.
1323-
<p>
1323+
</p>
13241324
<p>
13251325
In "<strong class="t">Poline</strong>", <strong>anchors</strong> represent the points that the lines are drawn
13261326
between.
@@ -1455,6 +1455,7 @@ <h2 id="positionFunction">Position Function</h2>
14551455
</p>
14561456
<p>
14571457
The following position functions are available and can be included by importing the <strong>positionFunctions</strong> object from the "<strong class="t">Poline</strong>" module:
1458+
</p>
14581459
<ul>
14591460
<li>linearPosition</li>
14601461
<li>exponentialPosition</li>
@@ -1465,7 +1466,6 @@ <h2 id="positionFunction">Position Function</h2>
14651466
<li>asinusoidalPosition</li>
14661467
<li>arcPosition</li>
14671468
</ul>
1468-
</p>
14691469
<div class="l-sec__controls">
14701470
<label>
14711471
<span><span class="t">Position Fn</span></span>
@@ -1745,11 +1745,11 @@ <h2 id="playground">Playground</h2>
17451745
</p>
17461746
<p>
17471747
And let not your journey end here, dear sorcerer. Interactive exploration awaits you in the playground below. With a
1748-
simple press of the <kbd class="key" data-key="p">P</kbd> key, you may <strong>add anchor</strong> points to your whims, and with the <kbd class="key" data-key="Backspace" aria-label="backspace"></kbd>
1748+
simple press of the <kbd class="key" data-key="p">P</kbd> key, you may <strong>add anchor</strong> points to your whims, and with the <kbd class="key" data-key="Backspace" role="img" aria-label="backspace"></kbd>
17491749
key, you may <strong>remove the last selected anchor</strong> point. So go forth, and let the magic unfold.
17501750
</p>
17511751
<p>
1752-
Use the browser's color picker to change the color of the <strong>last selected anchor</strong> <kbd class="key" data-key="k">K</kbd>, or use the <kbd class="key" data-key="ArrowLeft" aria-label="left arrow"></kbd> and <kbd class="key" data-key="ArrowRight" aria-label="right arrow"></kbd> keys to change the hue of all colors.
1752+
Use the browser's color picker to change the color of the <strong>last selected anchor</strong> <kbd class="key" data-key="k">K</kbd>, or use the <kbd class="key" data-key="ArrowLeft" role="img" aria-label="left arrow"></kbd> and <kbd class="key" data-key="ArrowRight" role="img" aria-label="right arrow"></kbd> keys to change the hue of all colors.
17531753
Toggle the <strong>saturation rings</strong> with <kbd class="key" data-key="s">S</kbd>.
17541754
</p>
17551755
<div class="l-sec__controls">

0 commit comments

Comments
 (0)