Commit Graph

15 Commits

Author SHA1 Message Date
Sam Saccone
d86b86a48b Focus the page header on nav.
No longer focus the section which caused the header to jump. Note that
we are doing outline none here not to "hide" focus, rather to act
as a focus start for screen readers and tab navigation.

Fixes #717
2016-03-14 16:57:24 -07:00
Felix Zapata
657bea0aa8 feat(menu-announce): set all the sections with tabindex -1 and remove the default outline when focus via css 2016-02-18 22:11:24 +01:00
Felix Zapata
7c311a6795 fix(routing.html): remove request availability for iron a11y announcer 2016-02-18 22:04:55 +01:00
Felix Zapata
6de1d275cb feat(menu-announce): change how to set the focus when the user has changed the page 2016-02-18 21:47:56 +01:00
Felix Zapata
ac434c4257 feat(menu-announce): use iron-a11y-announce to inform the user when menu has changed 2016-02-18 15:40:30 +01:00
Rob Dodson
7255ea1da2 Fix 300ms click delay for menu 2015-11-20 16:18:22 -08:00
Chuck Horton
7082366bc2 Add Github Pages deploy and routing
This does the following:

1. Add gulp tasks to deploy to Github Pages
2. Revises routing to handle hosting from a subfolder
3. Allows development environment to run from root while production can
run from subfolder
4. Add link to PSK demo in readme.md
5. Add deploy section to readme.md
6. Add detail Deploy to Github Pages recipe

Remove getUrl function and use data binding instead

With Polymer 1.2.0 we can now use compound bindings so getUrl function
is not needed.

Change Github to GitHub

Fixed linting errors

Add example for deploy to GitHub pages

use $ variable instead of require for ghPages
2015-11-12 10:10:22 -08:00
Felix Zapata
c4c411c11f Lint all code with jscs and jshint 2015-11-06 17:41:22 -08:00
Addy Osmani
b81c98cb97 Correct quotes to address linting error 2015-10-21 12:03:51 +01:00
Nader Toukabri
c2144e1b7b add "not found" redirect toast change app.scrollPageToTop implementation to use paper-scroll-header-panel's public API (Closes #247) 2015-10-21 11:06:55 +01:00
Rob Dodson
9d4075d315 Dry up router scrollToTop code 2015-09-17 15:09:51 -07:00
Chuck Horton
ca0a9fca55 Scroll to top when changing pages (fixes: #202, #285) 2015-08-20 07:14:14 -07:00
Simon
0cc91350c3 removed broken reference for bower_components/page/page.js (Closes #303) 2015-08-18 16:22:43 +01:00
Addy Osmani
feccf3a943 Fixes #37 - update license headers 2015-05-25 22:10:27 -07:00
Addy Osmani
b9e7df1629 Clean-up our routing. Fixes FF support. 2015-05-06 18:49:39 +01:00