Skip to content

Commit 286827c

Browse files
author
Arthur Evans
committed
Initial a11y fixes, text contrast and alt text.
1 parent 2140b02 commit 286827c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

1.0/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Welcome
55

66
<section id="future" class="main-bg">
77
<div class="panel left">
8-
<img src="./images/polymer1.0-01.svg">
8+
<img src="./images/polymer1.0-01.svg" alt="">
99
<summary>
1010
<h1>Production ready</h1>
1111
<p>Polymer 1.0 has been rebuilt from the ground up for speed and efficiency. The new, leaner core library makes it easier than ever to make fast, beautiful, and interoperable web components. If you haven't used Polymer before, it's time to try it out. If you haven't tried it recently, time to take another look.</p>

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<app-drawer id="sidebar" unresolved>
1010
<div layout vertical id="sidebar-content">
1111
<div id="logo-container" layout horizontal center>
12-
<a href="/" class="logo"><img src="/images/logos/lockup.svg"></a>
12+
<a href="/" class="logo"><img src="/images/logos/lockup.svg" alt="Polymer home"></a>
1313
<!-- <core-icon id="dropdown-toggle" icon="arrow-drop-down"></core-icon> -->
1414
</div>
1515

_layouts/default_1_0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<app-drawer id="sidebar" unresolved>
1010
<div layout vertical id="sidebar-content">
1111
<div id="logo-container" layout horizontal center>
12-
<a href="/" class="logo"><img src="/images/logos/lockup.svg"></a>
12+
<a href="/" class="logo"><img src="/images/logos/lockup.svg" alt="Polymer home"></a>
1313
<!-- <core-icon id="dropdown-toggle" icon="arrow-drop-down"></core-icon> -->
1414
</div>
1515

_layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<scroll-area>
99
<site-banner class="main-bg bar sticky" layout horizontal center start unresolved>
10-
<a href="/" class="logo" layout horizontal><img src="/images/logos/lockup.svg"></a>
10+
<a href="/" class="logo" layout horizontal><img src="/images/logos/lockup.svg" alt="Polymer home"></a>
1111
{% include top-nav.html %}
1212
<core-icon id="dropdown-toggle" icon="arrow-drop-down"></core-icon>
1313

_layouts/home_1_0.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<scroll-area>
99
<site-banner class="main-bg bar sticky" layout horizontal center start unresolved>
10-
<a href="/" class="logo" layout horizontal><img src="/images/logos/lockup.svg"></a>
10+
<a href="/" class="logo" layout horizontal><img src="/images/logos/lockup.svg" alt="Polymer home"></a>
1111
{% include top-nav-1-0.html %}
1212
<core-icon id="dropdown-toggle" icon="arrow-drop-down"></core-icon>
1313

css/elements/site-banner.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/elements/site-banner.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ polyfill-next-selector { content: ':host header.shrink'; }
8484
polyfill-next-selector { content: 'header summary'; }
8585
:host ::content header summary {
8686
margin-top: 20px;
87-
opacity: 0.6;
87+
font-size: 20px;
8888
}
8989

9090
// Phone

0 commit comments

Comments
 (0)