]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Dan Coates [Fri, 22 Aug 2014 02:29:52 +0000 (12:29 +1000)]
Abide: Moving check for custom validators before check for whether input
is a checkbox/radio input. This allows custom validators on checkbox and
radio inputs as well as other inputs.
This is in relation to #5656
Dan Coates [Fri, 22 Aug 2014 02:24:09 +0000 (12:24 +1000)]
Fixing test errors in abide.js
Karma test was reporting:
TypeError: 'undefined' is not an object
(evaluating 'parent.find('small.error, span.error')[0].id')
Have added an extra line to test if parent.find() has a length greater
than 0 before trying to access the id property of the first item.
Geoff Kimball [Thu, 21 Aug 2014 23:01:52 +0000 (16:01 -0700)]
Merge branch '5.4-before-craziness'
Kevin Lozandier [Thu, 21 Aug 2014 22:53:35 +0000 (15:53 -0700)]
Tweak the basic example of tabs to show correct usage than the earlier example that had that annotations by mistake on the li element
Kevin Lozandier [Thu, 21 Aug 2014 22:41:03 +0000 (15:41 -0700)]
Implement initial functionality of tab navigation through focus and keyboard navigation.
Kevin Lozandier [Thu, 21 Aug 2014 20:22:33 +0000 (13:22 -0700)]
Readd @gakimball's revision to the offcanvas component to get right panels working normally again
Geoff Kimball [Thu, 21 Aug 2014 22:54:10 +0000 (15:54 -0700)]
Spaaaaaaces
Geoff Kimball [Thu, 21 Aug 2014 22:52:05 +0000 (15:52 -0700)]
Fix use of aria attributes in tab examples in docs
Rafi Benkual [Thu, 21 Aug 2014 22:34:33 +0000 (15:34 -0700)]
adds accessibility page to docs
Geoff Kimball [Thu, 21 Aug 2014 22:06:50 +0000 (15:06 -0700)]
Add note to reveal docs that it isn't accessible yet
Rafi Benkual [Thu, 21 Aug 2014 21:45:48 +0000 (14:45 -0700)]
adds accessibility for subnav
Geoff Kimball [Thu, 21 Aug 2014 21:40:06 +0000 (14:40 -0700)]
Add notices to components that are not yet accessible in docs
Geoff Kimball [Thu, 21 Aug 2014 04:27:12 +0000 (21:27 -0700)]
Add -ms-touch-action to make range sliders easier to use on Windows touch devices
Geoff Kimball [Thu, 21 Aug 2014 04:09:59 +0000 (21:09 -0700)]
Add aria-haspopup to tooltips, making them accessible to screen readers and Windows touch devices
Geoff Kimball [Thu, 21 Aug 2014 20:09:12 +0000 (13:09 -0700)]
Fix incorrect header styles in kitchen sink
Geoff Kimball [Thu, 21 Aug 2014 19:47:23 +0000 (12:47 -0700)]
Rework accessibility sections of a few components in docs
Geoff Kimball [Thu, 21 Aug 2014 19:18:33 +0000 (12:18 -0700)]
Fix markup in docs for alerts
Rafi Benkual [Thu, 21 Aug 2014 18:39:14 +0000 (11:39 -0700)]
adds changelog
Brandon Arnold [Wed, 20 Aug 2014 15:31:51 +0000 (08:31 -0700)]
add breakpoints to icon-bar
adds medium and large breakpoints to icon bar
Kevin Lozandier [Thu, 21 Aug 2014 07:45:09 +0000 (00:45 -0700)]
Revise tab documentation to reflect the ideal markup to be used with the tab component being more accessible prior to integrating keyboard and panel focus functionality
Kevin Lozandier [Thu, 21 Aug 2014 03:29:30 +0000 (20:29 -0700)]
Revise the JS in Foundation.tabs to be more accessible.
Kevin Lozandier [Thu, 21 Aug 2014 01:24:25 +0000 (18:24 -0700)]
Fix whitespace inconsistencies
Geoff Kimball [Wed, 20 Aug 2014 23:18:26 +0000 (16:18 -0700)]
Abide will automatically add aria-describedby to invalid inputs, added accessibility section to abide docs
Kevin Lozandier [Wed, 20 Aug 2014 23:16:34 +0000 (16:16 -0700)]
Cleanup leftovers from a merge improperlly left in the codebase
Kevin Lozandier [Wed, 20 Aug 2014 22:40:31 +0000 (15:40 -0700)]
Revise _reveal.scss in order for the polyfill for dialog support on
older browsers work as intended.
Kevin Lozandier [Wed, 20 Aug 2014 22:35:40 +0000 (15:35 -0700)]
Adjust the JS functionality of Offcanvas to have the `aria-expand` attribute accounted for towards the component being more accessible.
Kevin Lozandier [Tue, 19 Aug 2014 23:28:54 +0000 (16:28 -0700)]
Revise _reveal.scss to account for polyfill support for the dialog element
Caleb Winters [Tue, 19 Aug 2014 21:47:25 +0000 (14:47 -0700)]
update color variables
Caleb Winters [Wed, 6 Aug 2014 00:36:52 +0000 (17:36 -0700)]
add nested list for grays
Arthur [Thu, 14 Aug 2014 20:35:29 +0000 (13:35 -0700)]
Working on Switches
Geoff Kimball [Wed, 20 Aug 2014 22:05:47 +0000 (15:05 -0700)]
Add accessibility section to topbar docs
Geoff Kimball [Wed, 20 Aug 2014 21:56:35 +0000 (14:56 -0700)]
Add role="navigation" to all topbar examples
Arthur [Wed, 20 Aug 2014 21:44:33 +0000 (14:44 -0700)]
Adding Accessibility to switches
Geoff Kimball [Wed, 20 Aug 2014 21:42:12 +0000 (14:42 -0700)]
Show topbar dropdowns when their items are focused
Geoff Kimball [Wed, 20 Aug 2014 19:06:32 +0000 (12:06 -0700)]
Add -link-dropdown-padding to settings file
Geoff Kimball [Wed, 20 Aug 2014 19:03:30 +0000 (12:03 -0700)]
Topbar dropdowns will appear when their parent menu item is focused
Geoff Kimball [Wed, 20 Aug 2014 17:26:37 +0000 (10:26 -0700)]
Update docs for prefix and postfix inputs
Arthur [Wed, 20 Aug 2014 16:43:54 +0000 (09:43 -0700)]
Updating Icon Bar accessibility
Geoff Kimball [Mon, 18 Aug 2014 21:21:11 +0000 (14:21 -0700)]
Add accessibility section to tables documentation
Geoff Kimball [Mon, 18 Aug 2014 16:35:50 +0000 (09:35 -0700)]
Add accessibility section to tooltip documentation
Geoff Kimball [Mon, 18 Aug 2014 16:29:37 +0000 (09:29 -0700)]
Update range slider with tabindex and more info on accessibility
Geoff Kimball [Mon, 18 Aug 2014 16:15:22 +0000 (09:15 -0700)]
Add ARIA attributes to form validation
Patrick Cason [Sat, 16 Aug 2014 21:02:16 +0000 (16:02 -0500)]
Added rounded classes as well removed unnecessary radius and round classes inside.
Patrick Cason [Sat, 16 Aug 2014 20:27:33 +0000 (15:27 -0500)]
Added prefix and postfix classes which also change the radius of inputs accordingly.
Mike Kenyon [Fri, 15 Aug 2014 18:20:00 +0000 (14:20 -0400)]
Fix topbar dropdown unitless addition
I encountered a problem with the arrow padding while specifying the
topbar height in rems.
Previously, the topbar adds an extra 20 to the $topbar-link-padding which
is derived from $topbar-height. Adding an extra 20rem is very different
from adding the desired 20px.
This commit extracts that 20 unitless value into a variable so that the
units may change as needed.
Also considered having this commit set the height in rem so that it
adjusts with $rem-base, but I felt that it was specified in pixels for a
good reason.
Arthur [Thu, 14 Aug 2014 20:35:29 +0000 (13:35 -0700)]
Working on Switches
Geoff Kimball [Mon, 11 Aug 2014 21:57:06 +0000 (14:57 -0700)]
Add accessibility section to forms docs page
Geoff Kimball [Mon, 11 Aug 2014 20:55:39 +0000 (13:55 -0700)]
Add accessibility section to range slider docs
Geoff Kimball [Mon, 11 Aug 2014 20:08:28 +0000 (13:08 -0700)]
Add aria roles and attributes to tooltips
Geoff Kimball [Mon, 11 Aug 2014 19:58:05 +0000 (12:58 -0700)]
Add aria roles and attributes to range sliders
Geoff Kimball [Mon, 11 Aug 2014 17:55:35 +0000 (10:55 -0700)]
Use table-layout: fixed; for HTML tables, as suggested in #5576
Geoff Kimball [Mon, 11 Aug 2014 17:51:58 +0000 (10:51 -0700)]
Add variable to adjust mobile topbar back link size, as suggested in #5475
Geoff Kimball [Mon, 11 Aug 2014 17:30:38 +0000 (10:30 -0700)]
Correct misaligned input fields and buttons in top bar, as shown in #5533
Eric Morris [Tue, 24 Jun 2014 22:13:34 +0000 (15:13 -0700)]
Add -slider-active-segment-bg-color variable to docs
Paul Wittmann [Tue, 17 Jun 2014 12:54:05 +0000 (14:54 +0200)]
Update _range-slider.scss
Caleb Winters [Wed, 20 Aug 2014 23:06:47 +0000 (16:06 -0700)]
Merge pull request #5583 from joeworkman/trigger-resize-onload
Trigger all known resize events on window load
Caleb Winters [Wed, 20 Aug 2014 22:57:20 +0000 (15:57 -0700)]
Merge pull request #5567 from brettdewoody/patch-1
Add `input[type="color"]` to the basic form elements
Caleb Winters [Wed, 20 Aug 2014 22:55:51 +0000 (15:55 -0700)]
Merge pull request #5502 from christianseel/last-child-float
Add setting for last-child float direction in grid
Caleb Winters [Wed, 20 Aug 2014 17:08:58 +0000 (10:08 -0700)]
fix conflicts, merge #5348
Caleb Winters [Wed, 20 Aug 2014 16:59:03 +0000 (09:59 -0700)]
merge conflict
Caleb Winters [Wed, 20 Aug 2014 15:54:03 +0000 (08:54 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Brandon Arnold [Wed, 20 Aug 2014 14:43:40 +0000 (07:43 -0700)]
Add px back into top bar
Caleb Winters [Tue, 19 Aug 2014 23:35:35 +0000 (16:35 -0700)]
basic support for stacking button groups
Caleb Winters [Tue, 19 Aug 2014 23:14:18 +0000 (16:14 -0700)]
button group stacking
Caleb Winters [Tue, 19 Aug 2014 21:51:22 +0000 (14:51 -0700)]
merge conflicts
Caleb Winters [Tue, 19 Aug 2014 21:48:07 +0000 (14:48 -0700)]
Merge branch 'color-audit'
Caleb Winters [Tue, 19 Aug 2014 21:47:25 +0000 (14:47 -0700)]
update color variables
Arthur [Tue, 19 Aug 2014 18:50:54 +0000 (11:50 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Tue, 19 Aug 2014 18:50:24 +0000 (11:50 -0700)]
Updating topbar - Fix sticky topbar with browserify
Arthur [Tue, 19 Aug 2014 18:03:09 +0000 (11:03 -0700)]
Merge pull request #5600 from sekjal/issue3781
Fixes Issue #3781
Arthur [Tue, 19 Aug 2014 17:44:22 +0000 (10:44 -0700)]
Merge pull request #5562 from nosir/master
Fix docs subheader demo html render issue
Arthur [Tue, 19 Aug 2014 17:10:53 +0000 (10:10 -0700)]
Merge pull request #5617 from dmamolina/patch-1
Set max normalized percentage value to 1
Rafi [Tue, 19 Aug 2014 16:30:20 +0000 (20:30 +0400)]
Merge pull request #5511 from jorge-d/joyride-keystrokes
Joyride keystrokes
Rafi [Mon, 18 Aug 2014 22:06:56 +0000 (02:06 +0400)]
Merge pull request #5582 from joeworkman/topbar-fixes
Topbar fixes
Rafi [Mon, 18 Aug 2014 21:56:22 +0000 (01:56 +0400)]
Merge pull request #5622 from gonzedge/add-active-class-to-topbar-dropdown
Add .active class for topbar dropdown items
Eduardo Cataño [Mon, 18 Aug 2014 16:41:15 +0000 (18:41 +0200)]
Update: New settings for back-link offcanvas
Eduardo Cataño [Mon, 18 Aug 2014 16:34:35 +0000 (18:34 +0200)]
New settings for back-link offcanvas
Rafi Benkual [Fri, 15 Aug 2014 22:06:42 +0000 (15:06 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Rafi [Fri, 15 Aug 2014 22:05:00 +0000 (02:05 +0400)]
Merge pull request #5624 from zurb/css-page
Css page
Rafi Benkual [Fri, 15 Aug 2014 22:03:24 +0000 (15:03 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Preston [Fri, 15 Aug 2014 21:46:01 +0000 (14:46 -0700)]
Fix the compatibility hyperlink k on index page
Rafi Benkual [Fri, 15 Aug 2014 21:32:40 +0000 (14:32 -0700)]
Merge branch 'master' of github.com:zurb/foundation into 5.4-accessibility
Preston [Fri, 15 Aug 2014 21:29:33 +0000 (14:29 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Preston [Fri, 15 Aug 2014 21:28:59 +0000 (14:28 -0700)]
Move Download button to under seaearch bar
Preston [Fri, 15 Aug 2014 21:26:45 +0000 (14:26 -0700)]
Fix tab ID's
Preston [Fri, 15 Aug 2014 21:24:49 +0000 (14:24 -0700)]
Add services into top bar
Preston [Fri, 15 Aug 2014 21:11:38 +0000 (14:11 -0700)]
Add Compatibility text to index file
Preston [Fri, 15 Aug 2014 19:25:11 +0000 (12:25 -0700)]
Add liIE11 to compatibility
Preston [Fri, 15 Aug 2014 19:22:41 +0000 (12:22 -0700)]
Add link to Using sass on sass files pages
Edgar Gonzalez [Fri, 15 Aug 2014 18:57:16 +0000 (14:57 -0400)]
Add .active class for topbar dropdown items
Previously, the `.active` class was being overriden by the `.dropdown`
selectors in the `.top-bar-section`, thus not allowing active dropdown
items to be highlighted.
This commit adds another pseudo-selector to ensure the `.active`
dropdown items get the correct highlight colors. It also works in
dropdowns within dropdowns within dropdowns.
Preston [Fri, 15 Aug 2014 18:49:49 +0000 (11:49 -0700)]
DeAdd Resources Link to Index file
Eric Morris [Fri, 15 Aug 2014 17:30:34 +0000 (10:30 -0700)]
Changing of the guard for Travis notifications
Preston [Thu, 14 Aug 2014 22:19:59 +0000 (15:19 -0700)]
Fix topbar
Arthur [Thu, 14 Aug 2014 21:01:54 +0000 (14:01 -0700)]
Merge pull request #5522 from Larzans/patch-1
Add a the class 'fixed' when navigation is 'stuck'
Daniel Molina [Thu, 14 Aug 2014 14:57:25 +0000 (16:57 +0200)]
Set max normalized percentage value to 1
If a value greater than the end value is set for the range slider, the handle and bar width should not be greater than the container
Eduardo Cataño [Thu, 14 Aug 2014 14:09:05 +0000 (16:09 +0200)]
Fixed Chrome bug in @mixin icon-double-arrows
Eduardo Cataño [Thu, 14 Aug 2014 13:45:03 +0000 (15:45 +0200)]
Fixed explanation text offcanvas-multilevel
Eduardo Cataño [Thu, 14 Aug 2014 09:50:27 +0000 (11:50 +0200)]
Fixed version v5.3.1 to v5.3.3
Eduardo Cataño [Thu, 14 Aug 2014 09:40:52 +0000 (11:40 +0200)]
RTL support added. Arrow icons correctly positioned.
Eduardo Cataño [Thu, 14 Aug 2014 08:18:19 +0000 (10:18 +0200)]
Resolves conflict in doc/pages/components/offcanvas.html