Kivi Shapiro

Results 10 issues of Kivi Shapiro

Card #, expiry, and CSC are standardized worldwide but ZIP code isn't. I see requests to enable postal codes for Canada (at http://zdfs.github.io/toscani/paymentInfo/index.html) and the UK (at #8) but what...

One of the strings that can be set in the config parameter is "buttonAlt". Neither the documentation nor the code itself makes it clear what this string is used for.

I'm concerned about accessibility issues caused by setting text size in pixels, per https://design.canada.ca/styles/typography.html For why it matters, please see https://www.24a11y.com/2019/pixels-vs-relative-units-in-css-why-its-still-a-big-deal/

bug

Steps to reproduce: 1. In Firefox on Windows, with Axe installed, visit a web site, e.g. Google, https://www.google.com/ 2. Open the Inspector (ctrl-shift-C). Expected: * <head> is the first child...

On the page https://wet-boew.github.io/wet-boew-styleguide/design/panels-fr, the title "Default panel" should be "Panneau par défaut"

Work: Design Guide

No obvious reason to format text differently just because it's inside a <form> element.

The link "[WAI-ARIA Date Picker design pattern](https://www.w3.org/TR/wai-aria-practices/#datepicker)" doesn't go to a page about a date picker. And [the current APG page](https://www.w3.org/WAI/ARIA/apg/patterns/) doesn't have a datepicker.

## Describe the bug The following HTML should result in a list with a start value of 2, but the start value is 1. `` ## To Reproduce Steps to...

Hi there, I'd like to open the [WET overlay](https://wet-boew.github.io/v4.0-ci/docs/ref/overlay/overlay-en.html) without using jQuery please. I know that with jQuery we can use `$("#id-of-overlay").trigger("open.wb-overlay");` What would the equivalent be in vanilla JS?...