]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove Known Issues callouts
authorGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 06:27:14 +0000 (22:27 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 06:27:14 +0000 (22:27 -0800)
18 files changed:
docs/layout/default.html
docs/pages/abide.md
docs/pages/accordion-menu.md
docs/pages/accordion.md
docs/pages/badge.md
docs/pages/drilldown-menu.md
docs/pages/dropdown-menu.md
docs/pages/dropdown.md
docs/pages/global-styles.md [deleted file]
docs/pages/label.md
docs/pages/off-canvas.md
docs/pages/orbit.md
docs/pages/progress-bar.md
docs/pages/responsive-navigation.md
docs/pages/reveal.md
docs/pages/slider.md
docs/pages/sticky.md
docs/pages/tooltip.md

index b2f3cdcf74cce3b177f0de3c4105475de37d8d1b..6331a7d4cdd6cf977c798b083cff05f55bd57ce2 100644 (file)
@@ -51,6 +51,7 @@
     <script src="assets/js/vendor.js"></script>
     <script src="assets/js/foundation.js"></script>
     <script src="assets/js/docs.js"></script>
+    <script src="http://localhost:8080/target/target-script-min.js#anonymous"></script>
     <!-- <script src='../node_modules/motion-ui/dist/motion-ui.js'></script> -->
   </body>
 </html>
index cf7e7f03b9bf88c55d8579f5cf460a95cc13fd15..73a8072334f6685e504574623f611bd7722a058a 100644 (file)
@@ -7,12 +7,6 @@ tags:
   - validation
 ---
 
-
-<div class="callout alert">
-  <p>Abide is not fully implemented yet, so these demos aren't functioning quite right.</p>
-</div>
-
-
 ### Abide Demo
 
 These input types create a text field: `text`, `date`, `datetime`, `datetime-local`, `email`, `month`, `number`, `password`, `search`, `tel`, `time`, `url`, and `week`.
index 52435d771f9b2b3136ae8c1d9c676b788ecdb628..f5908cf439529ee538131f358655dd837da5b6c4 100644 (file)
@@ -5,13 +5,6 @@ js: js/foundation.accordionMenu.js
 description: Change a basic vertical Menu into a expandable accordion menu with the Accordion Menu plugin.
 ---
 
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Needs directional arrows.</li>
-  </ul>
-</div>
-
 ```html_example
 <ul class="vertical menu" data-accordion-menu>
   <li>
index a306c4f84a3077e3ec0f9f5e96970b12b0e57686..53766f3a6b64c5968b09ea434a6df587f97f3490 100644 (file)
@@ -5,16 +5,6 @@ sass: scss/components/_accordion.scss
 js: js/foundation.accordion.js
 ---
 
-
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>None Currently. File an issue if you see something wrong.</li>
-  </ul>
-</div>
-
-
-
 ## Basics
 
 The container for an accordion needs the class `.accordion`, and the attributes `data-accordion` and `role="tablist"`. Note that in these examples, we use a `<ul>`, but you can use any element you want.
index 740353e0d361d7f626394b5d10048637ad37845e..232d94f92556c63c45eb55e56d2f1ebd71ad609a 100644 (file)
@@ -4,13 +4,6 @@ description: The badge is a basic component that displays a number. It's useful
 sass: scss/components/_badge.scss
 ---
 
-<div class="callout alert">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>In some browsers, the badge doesn't render as a perfect circle with one character.</li>
-  </ul>
-</div>
-
 ## Basics
 
 Add the `.badge` class to an element to create a badge.
index 12ba66e49f225133a15357d18220ecd43cdcf342..77f194d723aa50391417c07ba03846d641f6e12c 100644 (file)
@@ -5,15 +5,6 @@ scss: scss/components/_drilldown.scss
 js: js/foundation.drilldown.js
 ---
 
-
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Needs an option and method for breadcrumbing? Feedback request.</li>
-    <li>Needs directional arrows for items with submenus.</li>
-</div>
-
-
 ## Basics
 
 Drilldowns use the standard [Menu](menu.html) syntax. Add the attribute `data-drilldown` to the root `<ul>`, and `data-submenu` to each nested menu.
index 55cea25b0e68fbf1b0a2704ac54901e3d3d8bdd2..d757926b3b37659351573ac355263754969f4367 100644 (file)
@@ -5,8 +5,8 @@ sass: scss/components/_dropdown-menu.scss
 js: js/dropdownMenu.js
 ---
 
-
 ## Horizontal
+
 By default, dropdowns are exactly that, horizontally oriented below the parent element, opened by hovering, clicking, or tapping.
 
 ```html_example
index 518da6c284ec57bc10a0bd717be4073016589de0..9654d4987863de2f537e704d8c4f1cde3dae0415 100644 (file)
@@ -5,13 +5,6 @@ sass: scss/components/_dropdown.scss
 js: js/foundation.dropdown.js
 ---
 
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Sometimes has sizing issues on open.</li>
-  </ul>
-</div>
-
 <div class="primary callout">
   <p>You might be looking for <a href="dropdown-menu.html">dropdown menus</a>, which are a separate plugin.</p>
 </div>
diff --git a/docs/pages/global-styles.md b/docs/pages/global-styles.md
deleted file mode 100644 (file)
index 2f8baf2..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
----
-title: Global Styles
-description: Our global CSS includes helpful resets to ensure consistent styling across browsers.
-sass: scss/_global.scss
----
-
-## Font Sizing
-
-The default font size is set to 100% of the browser style sheet, usually 16 pixels. This ensures compatibility with browser-based text zoom or user-set defaults.
-
-Since the typical default browser font size is 16 pixels, that makes the calculation for grid size. If you want your base font size to be different and not have it affect the grid breakpoints, set `$rem-base` to `$global-font-size` and make sure `$global-font-size` is a pixel value.
-
----
-
-## Colors
-
-All interactive elements in Foundation, such as links and buttons, use the same color. The default shade of blue you see all over Foundation comes from the `$primary-color` Sass variable.
-
-Many components can also be colored with four other colors: secondary, alert, success, and warning. Use these colors to give more context to UI elements and actions.
-
-<div class="row small-up-1 medium-up-3 large-up-5">
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-primary"></div>
-      <p>Primary</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-secondary"></div>
-      <p>Secondary</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-success"></div>
-      <p>Success</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-warning"></div>
-      <p>Warning</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-alert"></div>
-      <p>Alert</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-white"></div>
-      <p>White</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-light-gray"></div>
-      <p>Light Gray</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-medium-gray"></div>
-      <p>Medium Gray</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-dark-gray"></div>
-      <p>Dark Gray</p>
-    </div>
-  </div>
-  <div class="column">
-    <div class="docs-color-block">
-      <div class="docs-color-block-black"></div>
-      <p>Black</p>
-    </div>
-  </div>
-</div>
-
-
----
-
-To color a component, add the name of the color as a class.
-
-```html_example
-<button class="button">Primary Action</button>
-<button class="secondary button">Secondary Action</button>
-```
-
----
-
-```html_example
-<div class="success callout">
-  <p>Created a new folder.</p>
-</div>
-<div class="alert callout">
-  <p>Error fetching stick.</p>
-</div>
-```
-
----
-
-## Namespacing
-
-The data attributes used to initialize Foundation plugins can be globally namespaced by setting the `$global-namespace` Sass variable.
-
-```html
-<!-- $global-namespace: false -->
-<div data-reveal></div>
-
-<!-- $global-namespace: 'zf' -->
-<div data-zf-reveal></div>
-```
index e321ecde5b88594490338da8ced7db8641603a5d..7c292e8acfd6dc37aa13a86c3780e360318edb28 100644 (file)
@@ -4,14 +4,6 @@ description: Labels are useful inline styles that can be dropped into body copy
 sass: scss/components/_label.scss
 ---
 
-<div class="callout alert">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Icons aren't perfectly aligned with the text.</li>
-  </ul>
-</div>
-
-
 ## Basics
 
 Add the `.label` class to an element to create a label.
index e1b9f499cebafcc7a8f80cceb5d41ec48df81cf1..0bcec86b72cebd773f45baf995c216cae3c4b0fa 100644 (file)
@@ -7,14 +7,6 @@ tags:
   - navigation
 ---
 
-<div class="callout alert">
-  <h4>Known Issues</h4>
-  <ul>
-    <li>The right off-canvas menu is not properly hiding on mobile on init.</li>
-    <li>Open menus should trap focus.</li>
-  </ul>
-</div>
-
 <button class="button" type="button" data-toggle="offCanvasLeft">Toggle Off-canvas</button>
 
 ## Setup
index 7a8c3ea8e83254e93eb2a149e60d1ce86d33af23..e8c8fd34ca37f17368599478bc22bb3d53889e6d 100644 (file)
@@ -9,14 +9,6 @@ tags:
   - carousel
 ---
 
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Images sometimes vanish from the view/script, throwing errors and breaking things.</li>
- </ul>
-</div>
-
-
 ## Basic Orbit Slider
 
 <!-- ``` -->
index ca9c2b9d4ca65b343b0002b3fa5b3de31b454a85..755f47b346c5d7b5b37fb6fba734524c24ad8718 100644 (file)
@@ -4,13 +4,6 @@ description: Show your progress. A simple way to add progress bars to your layou
 sass: scss/components/_progress-bar.scss
 ---
 
-<div class="callout alert">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Styles for text inside of the bar are not final.</li>
-  </ul>
-</div>
-
 ## Basics
 
 A progress bar has two elements: the container `.progress`, and the meter `.progress-meter`. The `role` and `aria-` attributes in the code example clarify the status of the bar:
index 6e9b5cddee45b7557b115036b12419ab150e6ce6..c4d8de3b942a25da1f7a0ae71e940306d914863d 100644 (file)
@@ -6,10 +6,6 @@ js:
   - ./js/foundation.responsiveToggle.js
 ---
 
-<div class="callout alert">
-  <p>These patterns haven't been finalized yet, but we're collecting feedback on GitHub about them.</p>
-</div>
-
 ## Responsive Menu
 
 The Menu has some responsive CSS classes built in, which allow you to re-orient a menu on different screen sizes.
index cbbdb33cbe86af9e38b352687621ffee29e47489..a76e7ff76d4cca04dd1ccc51626a8a7efb082a7e 100644 (file)
@@ -8,15 +8,6 @@ tags:
   - modal
 ---
 
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li><em>Future Feature.</em> Instead of each modal getting it’s own background, maybe generate one for the whole page if a modal is detected?</li>
-    <li>Focus isn't being trapped in Firefox.</li>
-  </ul>
-</div>
-
-
 ## Basics
 
 A modal is just an empty container, so you can put any kind of content inside it, from text to forms to a whole grid.
index b539315a80552517b1140ebb51293d657f389d82..2e0e82f72a93c264b07a3e7f2d2995eba4e88cd0 100644 (file)
@@ -5,15 +5,6 @@ sass: scss/components/_slider.scss
 js: js/foundation.slider.js
 ---
 
-
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Feedback Requested.</li>
-  </ul>
-</div>
-
-
 ## Basics
 
 It's got a handle and an active fill, what more do you need?
index 6f0338ea6fb0b0025165735aeca6cec9164cbf4d..7419c774466e033157874dde59ce79703ecf7f9f 100644 (file)
@@ -5,14 +5,6 @@ sass: scss/components/_sticky.scss
 js: js/foundation.sticky.js
 ---
 
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li><em>Future Feature:</em> Needs method for elements to be sticky on the top of the viewport when scrolling down, and if the lower breakpoint is reached, stick to bottom on scroll up.</li>
-    <li>Seems to have a problem with short elements: < 2x the sticky element's height or so.</li>
-  </ul>
-</div>
-
 ## Basics
 
 Add the `.sticky` class and `[data-sticky]` to an element to create something that sticks. Sticky elements must be wrapped in a container, which will determine your sizing and grid layout, with `[data-sticky-container]`.
index 56d94379b043112e5bbe150312ab603213b6cc27..3cc12e9ca37227f5269f9c6977d2f0d555d16a23 100644 (file)
@@ -6,15 +6,6 @@ js: js/foundation.tooltip.js
 ---
 
 
-<div class="alert callout">
-  <h5>Known Issues</h5>
-  <ul>
-    <li>Inconsistent hover effects on Firefox.</li>
-    <li>Inconsitent position correction on collision events.</li>
-  </ul>
-</div>
-
-
 ## Basic Tooltip
 By default, a tooltip appears below the the definition on hover.