]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agoAbide: Moving check for custom validators before check for whether input 5657/head
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

11 years agoFixing test errors in abide.js
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.

11 years agoMerge branch '5.4-before-craziness' v5.4
Geoff Kimball [Thu, 21 Aug 2014 23:01:52 +0000 (16:01 -0700)] 
Merge branch '5.4-before-craziness'

11 years agoTweak the basic example of tabs to show correct usage than the earlier example that...
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

11 years agoImplement initial functionality of tab navigation through focus and keyboard navigation.
Kevin Lozandier [Thu, 21 Aug 2014 22:41:03 +0000 (15:41 -0700)] 
Implement initial functionality of tab navigation through focus and keyboard navigation.

11 years agoReadd @gakimball's revision to the offcanvas component to get right panels working...
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

11 years agoSpaaaaaaces
Geoff Kimball [Thu, 21 Aug 2014 22:54:10 +0000 (15:54 -0700)] 
Spaaaaaaces

11 years agoFix use of aria attributes in tab examples in docs
Geoff Kimball [Thu, 21 Aug 2014 22:52:05 +0000 (15:52 -0700)] 
Fix use of aria attributes in tab examples in docs

11 years agoadds accessibility page to docs
Rafi Benkual [Thu, 21 Aug 2014 22:34:33 +0000 (15:34 -0700)] 
adds accessibility page to docs

11 years agoAdd note to reveal docs that it isn't accessible yet
Geoff Kimball [Thu, 21 Aug 2014 22:06:50 +0000 (15:06 -0700)] 
Add note to reveal docs that it isn't accessible yet

11 years agoadds accessibility for subnav
Rafi Benkual [Thu, 21 Aug 2014 21:45:48 +0000 (14:45 -0700)] 
adds accessibility for subnav

11 years agoAdd notices to components that are not yet accessible in docs
Geoff Kimball [Thu, 21 Aug 2014 21:40:06 +0000 (14:40 -0700)] 
Add notices to components that are not yet accessible in docs

11 years agoAdd -ms-touch-action to make range sliders easier to use on Windows touch devices
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

11 years agoAdd aria-haspopup to tooltips, making them accessible to screen readers and Windows...
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

11 years agoFix incorrect header styles in kitchen sink
Geoff Kimball [Thu, 21 Aug 2014 20:09:12 +0000 (13:09 -0700)] 
Fix incorrect header styles in kitchen sink

11 years agoRework accessibility sections of a few components in docs
Geoff Kimball [Thu, 21 Aug 2014 19:47:23 +0000 (12:47 -0700)] 
Rework accessibility sections of a few components in docs

11 years agoFix markup in docs for alerts
Geoff Kimball [Thu, 21 Aug 2014 19:18:33 +0000 (12:18 -0700)] 
Fix markup in docs for alerts

11 years agoadds changelog
Rafi Benkual [Thu, 21 Aug 2014 18:39:14 +0000 (11:39 -0700)] 
adds changelog

11 years agoadd breakpoints to icon-bar
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

11 years agoRevise tab documentation to reflect the ideal markup to be used with the tab componen...
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

11 years agoRevise the JS in Foundation.tabs to be more accessible.
Kevin Lozandier [Thu, 21 Aug 2014 03:29:30 +0000 (20:29 -0700)] 
Revise the JS in Foundation.tabs to be more accessible.

11 years agoFix whitespace inconsistencies
Kevin Lozandier [Thu, 21 Aug 2014 01:24:25 +0000 (18:24 -0700)] 
Fix whitespace inconsistencies

11 years agoAbide will automatically add aria-describedby to invalid inputs, added accessibility...
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

11 years agoCleanup leftovers from a merge improperlly left in the codebase
Kevin Lozandier [Wed, 20 Aug 2014 23:16:34 +0000 (16:16 -0700)] 
Cleanup leftovers from a merge improperlly left in the codebase

11 years agoRevise _reveal.scss in order for the polyfill for dialog support on
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.

11 years agoAdjust the JS functionality of Offcanvas to have the `aria-expand` attribute accounte...
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.

11 years agoRevise _reveal.scss to account for polyfill support for the dialog element
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

11 years agoupdate color variables
Caleb Winters [Tue, 19 Aug 2014 21:47:25 +0000 (14:47 -0700)] 
update color variables

11 years agoadd nested list for grays
Caleb Winters [Wed, 6 Aug 2014 00:36:52 +0000 (17:36 -0700)] 
add nested list for grays

11 years agoWorking on Switches
Arthur [Thu, 14 Aug 2014 20:35:29 +0000 (13:35 -0700)] 
Working on Switches

11 years agoAdd accessibility section to topbar docs
Geoff Kimball [Wed, 20 Aug 2014 22:05:47 +0000 (15:05 -0700)] 
Add accessibility section to topbar docs

11 years agoAdd role="navigation" to all topbar examples
Geoff Kimball [Wed, 20 Aug 2014 21:56:35 +0000 (14:56 -0700)] 
Add role="navigation" to all topbar examples

11 years agoAdding Accessibility to switches
Arthur [Wed, 20 Aug 2014 21:44:33 +0000 (14:44 -0700)] 
Adding Accessibility to switches

11 years agoShow topbar dropdowns when their items are focused
Geoff Kimball [Wed, 20 Aug 2014 21:42:12 +0000 (14:42 -0700)] 
Show topbar dropdowns when their items are focused

11 years agoAdd -link-dropdown-padding to settings file
Geoff Kimball [Wed, 20 Aug 2014 19:06:32 +0000 (12:06 -0700)] 
Add -link-dropdown-padding to settings file

11 years agoTopbar dropdowns will appear when their parent menu item is focused
Geoff Kimball [Wed, 20 Aug 2014 19:03:30 +0000 (12:03 -0700)] 
Topbar dropdowns will appear when their parent menu item is focused

11 years agoUpdate docs for prefix and postfix inputs
Geoff Kimball [Wed, 20 Aug 2014 17:26:37 +0000 (10:26 -0700)] 
Update docs for prefix and postfix inputs

11 years agoUpdating Icon Bar accessibility
Arthur [Wed, 20 Aug 2014 16:43:54 +0000 (09:43 -0700)] 
Updating Icon Bar accessibility

11 years agoAdd accessibility section to tables documentation
Geoff Kimball [Mon, 18 Aug 2014 21:21:11 +0000 (14:21 -0700)] 
Add accessibility section to tables documentation

11 years agoAdd accessibility section to tooltip documentation
Geoff Kimball [Mon, 18 Aug 2014 16:35:50 +0000 (09:35 -0700)] 
Add accessibility section to tooltip documentation

11 years agoUpdate range slider with tabindex and more info on accessibility
Geoff Kimball [Mon, 18 Aug 2014 16:29:37 +0000 (09:29 -0700)] 
Update range slider with tabindex and more info on accessibility

11 years agoAdd ARIA attributes to form validation
Geoff Kimball [Mon, 18 Aug 2014 16:15:22 +0000 (09:15 -0700)] 
Add ARIA attributes to form validation

11 years agoAdded rounded classes as well removed unnecessary radius and round classes inside.
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.

11 years agoAdded prefix and postfix classes which also change the radius of inputs accordingly.
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.

11 years agoFix topbar dropdown unitless addition
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.

11 years agoWorking on Switches
Arthur [Thu, 14 Aug 2014 20:35:29 +0000 (13:35 -0700)] 
Working on Switches

11 years agoAdd accessibility section to forms docs page
Geoff Kimball [Mon, 11 Aug 2014 21:57:06 +0000 (14:57 -0700)] 
Add accessibility section to forms docs page

11 years agoAdd accessibility section to range slider docs
Geoff Kimball [Mon, 11 Aug 2014 20:55:39 +0000 (13:55 -0700)] 
Add accessibility section to range slider docs

11 years agoAdd aria roles and attributes to tooltips
Geoff Kimball [Mon, 11 Aug 2014 20:08:28 +0000 (13:08 -0700)] 
Add aria roles and attributes to tooltips

11 years agoAdd aria roles and attributes to range sliders
Geoff Kimball [Mon, 11 Aug 2014 19:58:05 +0000 (12:58 -0700)] 
Add aria roles and attributes to range sliders

11 years agoUse table-layout: fixed; for HTML tables, as suggested in #5576
Geoff Kimball [Mon, 11 Aug 2014 17:55:35 +0000 (10:55 -0700)] 
Use table-layout: fixed; for HTML tables, as suggested in #5576

11 years agoAdd variable to adjust mobile topbar back link size, as suggested in #5475
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

11 years agoCorrect misaligned input fields and buttons in top bar, as shown in #5533
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

11 years agoAdd -slider-active-segment-bg-color variable to docs
Eric Morris [Tue, 24 Jun 2014 22:13:34 +0000 (15:13 -0700)] 
Add -slider-active-segment-bg-color variable to docs

11 years agoUpdate _range-slider.scss
Paul Wittmann [Tue, 17 Jun 2014 12:54:05 +0000 (14:54 +0200)] 
Update _range-slider.scss

11 years agoMerge pull request #5583 from joeworkman/trigger-resize-onload
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

11 years agoMerge pull request #5567 from brettdewoody/patch-1
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

11 years agoMerge pull request #5502 from christianseel/last-child-float
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

11 years agofix conflicts, merge #5348
Caleb Winters [Wed, 20 Aug 2014 17:08:58 +0000 (10:08 -0700)] 
fix conflicts, merge #5348

11 years agomerge conflict
Caleb Winters [Wed, 20 Aug 2014 16:59:03 +0000 (09:59 -0700)] 
merge conflict

11 years agoMerge branch 'master' of github.com:zurb/foundation
Caleb Winters [Wed, 20 Aug 2014 15:54:03 +0000 (08:54 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoAdd px back into top bar
Brandon Arnold [Wed, 20 Aug 2014 14:43:40 +0000 (07:43 -0700)] 
Add px back into top bar

11 years agobasic support for stacking button groups
Caleb Winters [Tue, 19 Aug 2014 23:35:35 +0000 (16:35 -0700)] 
basic support for stacking button groups

11 years agobutton group stacking
Caleb Winters [Tue, 19 Aug 2014 23:14:18 +0000 (16:14 -0700)] 
button group stacking

11 years agomerge conflicts
Caleb Winters [Tue, 19 Aug 2014 21:51:22 +0000 (14:51 -0700)] 
merge conflicts

11 years agoMerge branch 'color-audit'
Caleb Winters [Tue, 19 Aug 2014 21:48:07 +0000 (14:48 -0700)] 
Merge branch 'color-audit'

11 years agoupdate color variables
Caleb Winters [Tue, 19 Aug 2014 21:47:25 +0000 (14:47 -0700)] 
update color variables

11 years agoMerge branch 'master' of github.com:zurb/foundation
Arthur [Tue, 19 Aug 2014 18:50:54 +0000 (11:50 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoUpdating topbar - Fix sticky topbar with browserify
Arthur [Tue, 19 Aug 2014 18:50:24 +0000 (11:50 -0700)] 
Updating topbar - Fix sticky topbar with browserify

11 years agoMerge pull request #5600 from sekjal/issue3781
Arthur [Tue, 19 Aug 2014 18:03:09 +0000 (11:03 -0700)] 
Merge pull request #5600 from sekjal/issue3781

Fixes Issue #3781

11 years agoMerge pull request #5562 from nosir/master
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

11 years agoMerge pull request #5617 from dmamolina/patch-1
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

11 years agoMerge pull request #5511 from jorge-d/joyride-keystrokes
Rafi [Tue, 19 Aug 2014 16:30:20 +0000 (20:30 +0400)] 
Merge pull request #5511 from jorge-d/joyride-keystrokes

Joyride keystrokes

11 years agoMerge pull request #5582 from joeworkman/topbar-fixes
Rafi [Mon, 18 Aug 2014 22:06:56 +0000 (02:06 +0400)] 
Merge pull request #5582 from joeworkman/topbar-fixes

Topbar fixes

11 years agoMerge pull request #5622 from gonzedge/add-active-class-to-topbar-dropdown
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

11 years agoUpdate: New settings for back-link offcanvas 5348/head
Eduardo Cataño [Mon, 18 Aug 2014 16:41:15 +0000 (18:41 +0200)] 
Update: New settings for back-link offcanvas

11 years agoNew 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

11 years agoMerge branch 'master' of github.com:zurb/foundation
Rafi Benkual [Fri, 15 Aug 2014 22:06:42 +0000 (15:06 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoMerge pull request #5624 from zurb/css-page
Rafi [Fri, 15 Aug 2014 22:05:00 +0000 (02:05 +0400)] 
Merge pull request #5624 from zurb/css-page

Css page

11 years agoMerge branch 'master' of github.com:zurb/foundation
Rafi Benkual [Fri, 15 Aug 2014 22:03:24 +0000 (15:03 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoFix the compatibility hyperlink k on index page
Preston [Fri, 15 Aug 2014 21:46:01 +0000 (14:46 -0700)] 
Fix the compatibility hyperlink k on index page

11 years agoMerge branch 'master' of github.com:zurb/foundation into 5.4-accessibility 5624/head
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

11 years agoMerge branch 'master' of https://github.com/zurb/foundation
Preston [Fri, 15 Aug 2014 21:29:33 +0000 (14:29 -0700)] 
Merge branch 'master' of https://github.com/zurb/foundation

11 years agoMove Download button to under seaearch bar
Preston [Fri, 15 Aug 2014 21:28:59 +0000 (14:28 -0700)] 
Move Download button to under seaearch bar

11 years agoFix tab ID's
Preston [Fri, 15 Aug 2014 21:26:45 +0000 (14:26 -0700)] 
Fix tab ID's

11 years agoAdd services into top bar
Preston [Fri, 15 Aug 2014 21:24:49 +0000 (14:24 -0700)] 
Add services into top bar

11 years agoAdd Compatibility text to index file
Preston [Fri, 15 Aug 2014 21:11:38 +0000 (14:11 -0700)] 
Add Compatibility text to index file

11 years agoAdd liIE11 to compatibility
Preston [Fri, 15 Aug 2014 19:25:11 +0000 (12:25 -0700)] 
Add liIE11 to compatibility

11 years agoAdd link to Using sass on sass files pages
Preston [Fri, 15 Aug 2014 19:22:41 +0000 (12:22 -0700)] 
Add link to Using sass on sass files pages

11 years agoAdd .active class for topbar dropdown items 5622/head
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.

11 years agoDeAdd Resources Link to Index file
Preston [Fri, 15 Aug 2014 18:49:49 +0000 (11:49 -0700)] 
DeAdd Resources Link to Index file

11 years agoChanging of the guard for Travis notifications
Eric Morris [Fri, 15 Aug 2014 17:30:34 +0000 (10:30 -0700)] 
Changing of the guard for Travis notifications

11 years agoFix topbar
Preston [Thu, 14 Aug 2014 22:19:59 +0000 (15:19 -0700)] 
Fix topbar

11 years agoMerge pull request #5522 from Larzans/patch-1
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'

11 years agoSet max normalized percentage value to 1 5617/head
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

11 years agoFixed Chrome bug in @mixin icon-double-arrows
Eduardo Cataño [Thu, 14 Aug 2014 14:09:05 +0000 (16:09 +0200)] 
Fixed Chrome bug in @mixin icon-double-arrows

11 years agoFixed explanation text offcanvas-multilevel
Eduardo Cataño [Thu, 14 Aug 2014 13:45:03 +0000 (15:45 +0200)] 
Fixed explanation text offcanvas-multilevel

11 years agoFixed version v5.3.1 to v5.3.3
Eduardo Cataño [Thu, 14 Aug 2014 09:50:27 +0000 (11:50 +0200)] 
Fixed version v5.3.1 to v5.3.3

11 years agoRTL support added. Arrow icons correctly positioned.
Eduardo Cataño [Thu, 14 Aug 2014 09:40:52 +0000 (11:40 +0200)] 
RTL support added. Arrow icons correctly positioned.

11 years agoResolves conflict in doc/pages/components/offcanvas.html
Eduardo Cataño [Thu, 14 Aug 2014 08:18:19 +0000 (10:18 +0200)] 
Resolves conflict in doc/pages/components/offcanvas.html