]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
sethk [Wed, 20 Apr 2016 21:08:31 +0000 (16:08 -0500)]
Removing non needed aria from the body tag
sethk [Tue, 19 Apr 2016 21:19:30 +0000 (16:19 -0500)]
Removed automated aria-labelledby features as they aren't needed to ensure accessibility
Added documentation to explain how to utilize aria-labelledby
sethk [Thu, 14 Apr 2016 14:50:46 +0000 (08:50 -0600)]
Merge branch 'issue-7904' of https://github.com/sethkane/foundation-sites into issue-7904
# Conflicts:
# js/foundation.reveal.js
sethk [Thu, 14 Apr 2016 14:01:57 +0000 (08:01 -0600)]
Issue #7904 should be addressed by updating various ARIA related issues.
Removed aria-hidden on both the body and the overlay. Since the modals are children of both of those anything that has an aria-hidden=true will be ignored by the screen reader. This is why with a keyboard you can tab around int he modal but when you use a screen reader and you tab around you can't access the content within the modal.
I also enhanced the aria-labeledby by checking to see if the modal has a H Tag (H1,2,3,4,5,6) of sorts. If it finds a H Tag the first one found will be associated to the aria-labeledby and thus will result with that text announced to the a screen reader after opening a modal. if there is no header it will utilize the element (href, button, etc...) that opened the modal and associated itself to the aria-labeledby and thus will result with that text announced to the a screen reader after opening a modal.
sethk [Wed, 13 Apr 2016 22:59:27 +0000 (16:59 -0600)]
Removing Console Logs
sethk [Wed, 13 Apr 2016 22:33:36 +0000 (16:33 -0600)]
Issue #7904 should be addressed by updating various ARIA related issues.
Removed aria-hidden on both the body and the overlay. Since the modals are children of both of those anything that has an aria-hidden=true will be ignored by the screen reader. This is why with a keyboard you can tab around int he modal but when you use a screen reader and you tab around you can't access the content within the modal.
I also enhanced the aria-labeledby by checking to see if the modal has a H Tag (H1,2,3,4,5,6) of sorts. If it finds a H Tag the first one found will be associated to the aria-labeledby and thus will result with that text announced to the a screen reader after opening a modal. if there is no header it will utilize the element (href, button, etc...) that opened the modal and associated itself to the aria-labeledby and thus will result with that text announced to the a screen reader after opening a modal.
Kevin Ball [Tue, 12 Apr 2016 15:51:58 +0000 (08:51 -0700)]
Merge pull request #8583 from gehasia/drilldown-fix
[Bugfix] Drilldown - Cleaning attached events correctly on destroy() …
g.chanaud [Tue, 12 Apr 2016 12:20:21 +0000 (14:20 +0200)]
[Bugfix] Drilldown - Cleaning attached events correctly on destroy() call
Kevin Ball [Tue, 12 Apr 2016 00:59:22 +0000 (17:59 -0700)]
Merge pull request #8579 from ncoden/fix-dropdown-position-classes
[Dropdown] Fix horizontal position with additional classes #8572
Kevin Ball [Tue, 12 Apr 2016 00:58:05 +0000 (17:58 -0700)]
Merge pull request #8578 from alexej-d/patch-1
Remove duplication of max-width property in row mixin
Kevin Ball [Tue, 12 Apr 2016 00:57:07 +0000 (17:57 -0700)]
Merge pull request #8576 from zurb/briantan888-patch-3
Fix missing checkbox requiredCheck
Kevin Ball [Tue, 12 Apr 2016 00:37:33 +0000 (17:37 -0700)]
Merge pull request #8558 from dragthor/responsiveToggle-destroy-tab-destroy
tabs:destroy fixed; reponsiveToggle:destroy
Kevin Ball [Tue, 12 Apr 2016 00:36:13 +0000 (17:36 -0700)]
Merge pull request #8553 from gehasia/sticky-bugfix
[Bugfix] Sticky - sticky-container should be 0px height when children…
Kevin Ball [Tue, 12 Apr 2016 00:33:10 +0000 (17:33 -0700)]
Merge pull request #8543 from zurb/grid-col-pos-center-docs
Add description for the center option...
Kevin Ball [Tue, 12 Apr 2016 00:30:26 +0000 (17:30 -0700)]
Merge pull request #8534 from andycochran/responsive-collapsed-row
add specificity for .expanded.row .[size]-collapse.row
Nicolas Coden [Mon, 11 Apr 2016 23:23:33 +0000 (01:23 +0200)]
[Dropdown] Fix horizontal position with additional classes #8572
Fix https://github.com/zurb/foundation-sites/issues/8572
> [Dropdown] Horizontal position does not work with additional classes
alexej-d [Mon, 11 Apr 2016 20:22:41 +0000 (22:22 +0200)]
Remove duplication of max-width property
As a result of the `max-width` property being inside the `@each` statement, the property was needlessly duplicated while compiling.
Brian Tan [Mon, 11 Apr 2016 17:48:37 +0000 (13:48 -0400)]
Fix missing checkbox requiredCheck
requiredCheck for checkbox was removed from 6.2.1. Reinstating.
Colin Marshall [Sat, 9 Apr 2016 04:53:54 +0000 (22:53 -0600)]
Merge pull request #8563 from colin-marshall/develop
Fixed background SVG bug in Edge
Colin Marshall [Sat, 9 Apr 2016 02:37:17 +0000 (20:37 -0600)]
Fixed background SVG bug in Edge
Kevin Ball [Fri, 8 Apr 2016 18:05:20 +0000 (11:05 -0700)]
Bump to version 6.2.1
g.chanaud [Fri, 8 Apr 2016 17:50:29 +0000 (19:50 +0200)]
Add setSize handler on setSticky for having the container resizing correctly if sticky and anchored height are different. Waiting for the height transition on the container to finish before firing the setSize
Kevin Ball [Fri, 8 Apr 2016 17:40:52 +0000 (10:40 -0700)]
Catch last unhandled flex attribute
Kevin Ball [Fri, 8 Apr 2016 17:37:28 +0000 (10:37 -0700)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Kevin Ball [Fri, 8 Apr 2016 17:35:04 +0000 (10:35 -0700)]
Don't reference flex-basis without global-flexbox
Kevin Ball [Fri, 8 Apr 2016 17:34:52 +0000 (10:34 -0700)]
Run customizer builds through autoprefixer
Kevin Ball [Fri, 8 Apr 2016 17:26:16 +0000 (10:26 -0700)]
Fix pagination being excluded from customizer
RafiBomb [Fri, 8 Apr 2016 17:21:58 +0000 (10:21 -0700)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
RafiBomb [Fri, 8 Apr 2016 17:21:48 +0000 (10:21 -0700)]
fixes wrong link
Kevin Ball [Fri, 8 Apr 2016 16:54:05 +0000 (09:54 -0700)]
Better description of re-init visual test
Kevin Ball [Fri, 8 Apr 2016 16:35:46 +0000 (09:35 -0700)]
Add better description on abide radio button test
Kristofer Krause [Fri, 8 Apr 2016 16:28:42 +0000 (12:28 -0400)]
tabs:destroy fixed; reponsiveToggle:destroy
tabs:destroy fixed changed.zf.mediaquery; reponsiveToggle::destroy
implemented
g.chanaud [Fri, 8 Apr 2016 11:29:57 +0000 (13:29 +0200)]
[Bugfix] Sticky - sticky-container should be 0px height when children element is not displayed. It happens with a responsive dropdown/small-drilldown and a sticky dropdown
Brett Mason [Fri, 8 Apr 2016 11:31:33 +0000 (12:31 +0100)]
Update param type and description
Kevin Ball [Thu, 7 Apr 2016 23:45:41 +0000 (16:45 -0700)]
Top-bar-right menus should default to the left
Kevin Ball [Thu, 7 Apr 2016 20:56:16 +0000 (13:56 -0700)]
Fix clearing of radio button errors
Kevin Ball [Thu, 7 Apr 2016 18:33:20 +0000 (11:33 -0700)]
Merge pull request #8547 from zurb/revert-8192-develop
Revert "Update MediaQueries to initialize if not initialized already."
Kevin Ball [Thu, 7 Apr 2016 18:31:50 +0000 (11:31 -0700)]
Revert "Update MediaQueries to initialize if not initialized already."
RafiBomb [Thu, 7 Apr 2016 18:23:37 +0000 (11:23 -0700)]
adds new dropdown-menu test
RafiBomb [Thu, 7 Apr 2016 18:18:08 +0000 (11:18 -0700)]
adds docs about using select menu
Brett Mason [Thu, 7 Apr 2016 10:05:05 +0000 (11:05 +0100)]
Add description for the center option...
in grid-column-position()/grid-col-pos() mixin.
Kevin Ball [Thu, 7 Apr 2016 04:00:01 +0000 (21:00 -0700)]
Merge branch 'master' into develop
Kevin Ball [Wed, 6 Apr 2016 23:49:37 +0000 (16:49 -0700)]
Merge pull request #8517 from tyrion273/patch-2
Location of settings file now clearer
Kevin Ball [Wed, 6 Apr 2016 23:45:40 +0000 (16:45 -0700)]
Merge pull request #8514 from tyrion273/patch-1
Enabling now clearer
Kevin Ball [Wed, 6 Apr 2016 23:38:22 +0000 (16:38 -0700)]
Merge pull request #8511 from ncoden/fix-flex-grid-nowrap
Fix flex-grid-column with nowrap child
Andy Cochran [Wed, 6 Apr 2016 22:55:07 +0000 (18:55 -0400)]
Merge pull request #8031 from cucharadepalo/patch-2
Added button-color-alt variable to mixin
Kevin Ball [Wed, 6 Apr 2016 21:23:26 +0000 (14:23 -0700)]
Fix issue where reveal was not respecting offset data vars, with visual testcase
Andy Cochran [Wed, 6 Apr 2016 00:11:06 +0000 (20:11 -0400)]
add specificity for .expanded.row .[size]-collapse.row
Kevin Ball [Tue, 5 Apr 2016 22:44:23 +0000 (15:44 -0700)]
Merge pull request #8525 from andycochran/fixbttngrpmrg
Redo clobbered non-flex Button Group styles
Kevin Ball [Tue, 5 Apr 2016 18:12:43 +0000 (11:12 -0700)]
Merge pull request #8445 from abdullahsalem/button-group-stacked-margin
Fixed the margin (separator) of the stacked button group #8444
Kevin Ball [Tue, 5 Apr 2016 18:02:39 +0000 (11:02 -0700)]
Merge pull request #8192 from merlinpatt/develop
Update MediaQueries to initialize if not initialized already.
Kevin Ball [Tue, 5 Apr 2016 17:31:08 +0000 (10:31 -0700)]
Merge pull request #8317 from flexbox/pointer-event
cursor pointer need some love for disabled items
Kevin Ball [Tue, 5 Apr 2016 15:51:50 +0000 (08:51 -0700)]
Merge pull request #8526 from ncoden/fix_equalizer_empty
Fix setting up of an empty equalized list #8521
Kevin Ball [Tue, 5 Apr 2016 15:51:33 +0000 (08:51 -0700)]
Merge pull request #8509 from brettdewoody/feature/add-svg-interchange
Add support for SVG to Interchange.
Nicolas Coden [Tue, 5 Apr 2016 02:09:44 +0000 (04:09 +0200)]
Fix setting up of an empty equalized list #8521
Fix https://github.com/zurb/foundation-sites/issues/8521
Kevin Ball [Mon, 4 Apr 2016 19:14:01 +0000 (12:14 -0700)]
Merge pull request #8475 from Owlbertz/dropdown-alignment
Enabling floated dropdown alignment
Andy Cochran [Mon, 4 Apr 2016 18:16:26 +0000 (14:16 -0400)]
redo clobbered non-flex Button Group styles
Kevin Ball [Mon, 4 Apr 2016 18:08:57 +0000 (11:08 -0700)]
Merge pull request #8524 from EHackettTriCore/patch-4
Update Panini Docs : Custom Helpers
Ethan Hackett [Mon, 4 Apr 2016 17:41:55 +0000 (13:41 -0400)]
Update Panini Docs : Custom Helpers
Update Panini docs https://github.com/zurb/foundation-sites/pull/8522
Oliver Stapelfeldt [Sun, 3 Apr 2016 16:45:20 +0000 (18:45 +0200)]
Update sass.md
Oliver Stapelfeldt [Sun, 3 Apr 2016 09:24:40 +0000 (11:24 +0200)]
Update flexbox.md
Oliver Stapelfeldt [Sun, 3 Apr 2016 08:40:42 +0000 (10:40 +0200)]
Update flexbox.md
Brian Tan [Sat, 2 Apr 2016 04:39:20 +0000 (00:39 -0400)]
Merge pull request #8506 from zurb/briantan888-patch-1
Fix slider bug when start is not 0
Nicolas Coden [Sat, 2 Apr 2016 01:37:51 +0000 (03:37 +0200)]
Fix flex-grid-column with nowrap child
On the last version of chrome, the child of a `flex-grid-column(null)`
with
```css
white-space: nowrap;
overflow: hidden;
```
doesn't have a limited size, and the full content is showed in one line
exceeding the row.
`min-width: 0;` fix this problem, probably by remembering to chrome to
evaluate the column width with a `0px` content width (it's what `flex:
1 1 0px` should do).
https://stackoverflow.com/questions/
34934586 /white-space-nowrap-and-flex
box-did-not-work-in-chrome
Kevin Ball [Sat, 2 Apr 2016 00:22:29 +0000 (17:22 -0700)]
Merge pull request #8473 from Owlbertz/fix-reveal-destroy
Fix issue with Reveal#destroy().
Kevin Ball [Fri, 1 Apr 2016 23:11:21 +0000 (16:11 -0700)]
Merge pull request #8477 from Owlbertz/keyboard-drilldown
Fix keyboard access for drilldown
Brian Tan [Fri, 1 Apr 2016 18:06:26 +0000 (14:06 -0400)]
Fix slider bug when start is not 0
141: pctOfBar should take account of start value
278: value should have start offset.
Kevin Ball [Fri, 1 Apr 2016 17:54:14 +0000 (10:54 -0700)]
Merge branch 'customizer' into develop
Kevin Ball [Fri, 1 Apr 2016 17:52:26 +0000 (10:52 -0700)]
Explicitly add flex modules
Geoff Kimball [Fri, 1 Apr 2016 00:32:17 +0000 (17:32 -0700)]
Update panini and octophant dependencies, and disable automated template updates in deploy process for now
Geoff Kimball [Wed, 30 Mar 2016 20:52:31 +0000 (13:52 -0700)]
Add docs page for Style Sherpa
Rafi [Wed, 30 Mar 2016 16:40:03 +0000 (09:40 -0700)]
fixes comment typo
kball [Wed, 30 Mar 2016 00:01:46 +0000 (17:01 -0700)]
Merge pull request #8400 from zurb/customizer
Customizer Updates
Geoff Kimball [Tue, 29 Mar 2016 22:24:38 +0000 (15:24 -0700)]
In customizer Gulp tasks, prevent build from failing if the form data JSON given is missing the variables key
Geoff Kimball [Tue, 29 Mar 2016 21:23:21 +0000 (14:23 -0700)]
Fix typo in docs Sass file
Geoff Kimball [Tue, 29 Mar 2016 20:43:00 +0000 (13:43 -0700)]
Copy framework-specific docs example CSS from foundation-docs repo
Geoff Kimball [Tue, 29 Mar 2016 16:32:54 +0000 (09:32 -0700)]
In customizer Gulp tasks, don't print a $foundation-palette override if no color variables are included in the custom build definition
Geoff Kimball [Mon, 28 Mar 2016 20:33:30 +0000 (13:33 -0700)]
In customizer Gulpfile, ensure color variables passed in are all merged into $foundation-palette
Geoff Kimball [Mon, 28 Mar 2016 20:20:00 +0000 (13:20 -0700)]
Remove util-map.json, the functionality of which is now covered by customizer/config.yml
Geoff Kimball [Mon, 28 Mar 2016 20:19:15 +0000 (13:19 -0700)]
In customizer Gulp task, ensure all JavaScript files are properly included
Geoff Kimball [Mon, 28 Mar 2016 20:17:16 +0000 (13:17 -0700)]
In customizer Gulp tasks, add default values for the --modules and --output flags, and ensure all files print to the correct output directory
Geoff Kimball [Mon, 28 Mar 2016 20:03:20 +0000 (13:03 -0700)]
Ensure that customizer config presets and module list are complete
Colin Marshall [Mon, 28 Mar 2016 17:55:19 +0000 (11:55 -0600)]
Merge pull request #8472 from colin-marshall/babel-tests
ES6/Babel in JS unit tests
Geoff Kimball [Mon, 28 Mar 2016 17:42:05 +0000 (10:42 -0700)]
Merge pull request #8436 from JeremyEnglert/dropdown-menu-fouc
Preventing FOUC
Geoff Kimball [Mon, 28 Mar 2016 17:34:47 +0000 (10:34 -0700)]
Apply display: block; to flex grid items with .row and .column, so the content inside flows properly
Geoff Kimball [Mon, 28 Mar 2016 17:30:54 +0000 (10:30 -0700)]
Add max-width: none; to nested rows to ensure they're always the full width of the parent row, closes #8304
Geoff Kimball [Mon, 28 Mar 2016 16:41:08 +0000 (09:41 -0700)]
Add reference to NuGet package in installation docs #8302
Marius Olbertz [Mon, 28 Mar 2016 14:38:23 +0000 (16:38 +0200)]
Fix keyboard access for drilldown
Mainly I changed the focused elements to be the `a` tags rather than the `li` tags.
I also added anchors to the menu links in the docs, so it is possible to actually click/space/enter the links to open a new page (or at least change their window's location).
The fact that the links within the menus had only pure `#`es in their `href` did not cover the real-life menu purposes and made proper testing a bit hard.
Marius Olbertz [Mon, 28 Mar 2016 11:25:43 +0000 (13:25 +0200)]
Enabling dropdown alignment as requested in https://github.com/zurb/foundation-sites/issues/7392.
Basically my former solution merged into the current state of development.
Colin Marshall [Mon, 28 Mar 2016 02:36:15 +0000 (20:36 -0600)]
Added starter templates for js component unit tests
Colin Marshall [Sun, 27 Mar 2016 22:41:07 +0000 (16:41 -0600)]
Added multiline string to Toggler unit tests
Colin Marshall [Sun, 27 Mar 2016 22:39:43 +0000 (16:39 -0600)]
Added clean step prior to transpiling js unit tests
Colin Marshall [Sun, 27 Mar 2016 22:38:59 +0000 (16:38 -0600)]
Link concatenated js unit tests in index.html
Marius Olbertz [Sun, 27 Mar 2016 11:23:38 +0000 (13:23 +0200)]
Fix issue with Reveal#destroy().
Moved $element outside of $overlay to prevent error unregisterPlugin().
Colin Marshall [Sun, 27 Mar 2016 01:05:00 +0000 (19:05 -0600)]
Added transpiled js tests file to gitignore
Colin Marshall [Sun, 27 Mar 2016 00:43:03 +0000 (18:43 -0600)]
Added ES6/babel to JS tests, exported babel reporting
Brett DeWoody [Sat, 26 Mar 2016 14:34:15 +0000 (08:34 -0600)]
Add support for SVG to Interchange.
Marius Olbertz [Thu, 24 Mar 2016 17:53:18 +0000 (18:53 +0100)]
Merge pull request #8453 from Owlbertz/focus-reveal
Fixes issue when putting focus to an input outside of the modal.
Marius Olbertz [Thu, 24 Mar 2016 08:03:19 +0000 (09:03 +0100)]
Fixes issue when putting focus to an input outside of the modal.
RafiBomb [Wed, 23 Mar 2016 15:18:24 +0000 (08:18 -0700)]
fixes emails docs link