diff --git a/TODO.txt b/TODO.txt index e1ec172c..2151b221 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,6 +7,41 @@ Safari OSX: Aria-label vs tabindex="-1" +COMPONENTS ADDED AFTER PAGE LOAD +CAROUSEL -- NEW ITEMS AFTER PAGE LOAD. + +EDITING VTT FILES FROM TEAMS: + +1) Open Visual Studio Code with the vtt file and do a reg ex searchon this: + +([^0-9])\n([^\r\n0-9]) + +And replace with this; + +$1 $2 + + +2) Do a sync on the subtitles (there will be a delta of about X seconds -- i think it's about 10 ... not sure). + +3) Do a repetitive Tools -> Break/split small links + +4) Do a spell check + +5) Go over copy once over in Visual Studio code. + +6) Go over copy again in Subtitle Edit. + + + + + + + + + + + + NEED TO LOOK AT MOBILE TOOLTIPS. INTERPOLATE.JS and other modules. RECHECK ES6 MODULE INFO. diff --git a/bin/promote-node-modules-to-server.sh b/bin/promote-node-modules-to-server.sh index 2ca9aacf..23ecc459 100755 --- a/bin/promote-node-modules-to-server.sh +++ b/bin/promote-node-modules-to-server.sh @@ -2,7 +2,7 @@ const fs = require('fs'); const fsExtra = require('fs-extra') console.log('clearing lib directory'); -fsExtra.emptyDirSync('libs'); +fsExtra.emptyDirSync('enable-node-libs'); // we must copy the needed node modules into the lib directory @@ -21,7 +21,7 @@ const nodeFiles = [ nodeFiles.forEach((fullPath) => { const explodedPath = fullPath.split('/'); let fileName = explodedPath.pop(); - let dir = explodedPath.join('/').replace(/^node_modules\//, 'libs/'); + let dir = explodedPath.join('/').replace(/^node_modules\//, 'enable-node-libs/'); console.log('dir', dir); if (!fs.existsSync(dir)) { diff --git a/content/body/carousel.php b/content/body/carousel.php index 0e3b5d89..0c959272 100644 --- a/content/body/carousel.php +++ b/content/body/carousel.php @@ -160,6 +160,13 @@ class="enable-mobile-visible-on-focus enable-skip-link">Skip to } - "

Note: If you want to have the skip links like in the example above, please ensure you also include the NPM module for skip links as well.

" -)) ?> + "

Note: If you want to have the skip links like in the example above, please ensure you also include the NPM module for skip links as well.

", + "otherSampleCode" => "// Note that this component doesn't currently work when
// new components are added after page load." + ) + ) +?> diff --git a/content/body/chart.php b/content/body/chart.php index 1b263feb..1b571651 100644 --- a/content/body/chart.php +++ b/content/body/chart.php @@ -39,7 +39,7 @@
- Family Birthdays (Table Coded Using Figcaption) + Canadian Ice Cream Mix Production, in kilolitres
diff --git a/content/body/combobox.php b/content/body/combobox.php index fb4b769d..d1dff6e0 100644 --- a/content/body/combobox.php +++ b/content/body/combobox.php @@ -790,4 +790,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/content/body/dropdown.php b/content/body/dropdown.php index dbe00c3a..3a5a3002 100644 --- a/content/body/dropdown.php +++ b/content/body/dropdown.php @@ -31,8 +31,8 @@

+ + true, 'comment' => 'This can be used for new builds or existing work with animations. You should always test the animations you are using to see if it works with this component. If not, please look at the detailed notes below on how to have your animations support this component.')) ?> + true)) ?>

Pause all the CSS, Canvas, SVG SMIL and GIF animations on this page with the checkbox at the top of this page. @@ -367,7 +370,7 @@

-