Skip to content

Commit

Permalink
Adding posters -- fixing marquee code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Jun 15, 2022
1 parent 75db859 commit d139e08
Show file tree
Hide file tree
Showing 43 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions content/body/marquee.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<p>
Marquees are meant for content that scrolls or updates consistently, like a stock ticker or a news feed. Although the have a default <code>aria-live</code> value of <code>off</code>, you can use <code>aria-live="polite"</code> to let users hear the information within a marquee in almost real-time. Do this carefully, the last thing you would want is have a screen reader update too much in a way that would make the rest of your application unusable to screen reader users due to too much screen reader noise.
</p>

<p>
<strong>Note:</strong> just like all animations, there should be a pause button to stop the marquee from rotating in order to comply with <a href="https://www.w3.org/WAI/WCAG21/Understanding/pause-stop-hide.html">WCAG 2.2.2: Pause, Stop, Hide</a>. In this example, the user can use the "Pause All Animations" widget at the top of the page to do this.
</p>



Expand Down
2 changes: 1 addition & 1 deletion css/combobox.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.enable-combobox__reset-button {
position: absolute;
z-index: 1;
right: 0;
right: 5px;
top: 0;
bottom: 0;
padding: 0;
Expand Down
Binary file added images/posters/accessible-text-svg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/alert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/animated-gif-with-pause-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/carousel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/checkbox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/combobox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/description-list.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/dialog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/dropdown.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/figure.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/focus-styling.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/form-error-checking.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/heading.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/hero-image-text-resize.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/index.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/link.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/listbox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/log.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/marquee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/multi-level-hamburger-menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/pagination-table.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/pause-anim-control.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/progress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posters/radiogroup.jpg
Binary file added images/posters/skip-link.jpg
Binary file added images/posters/slider.jpg
Binary file added images/posters/sortable-table.jpg
Binary file added images/posters/spinner.jpg
Binary file added images/posters/status.jpg
Binary file added images/posters/switch.jpg
Binary file added images/posters/table.jpg
Binary file added images/posters/tabs.jpg
Binary file added images/posters/text-resize.jpg
Binary file added images/posters/text-spacing.jpg
Binary file added images/posters/textbox.jpg
Binary file added images/posters/timer.jpg
Binary file added images/posters/tooltip.jpg
Binary file added images/posters/video-player.jpg
2 changes: 1 addition & 1 deletion less/combobox.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
&__reset-button {
position: absolute;
z-index: 1;
right: 0;
right: 5px;
top: 0;
bottom: 0;
padding: 0;
Expand Down

0 comments on commit d139e08

Please sign in to comment.