Kyle Pollard

Results 15 comments of Kyle Pollard

@kognise suggested an "inline html tutorial" style like Impress.js: https://github.com/kognise/water.css/pull/76#issuecomment-495944966 I personally like the reference style of things like [Bootstrap](https://getbootstrap.com/docs/4.3/getting-started/introduction/). Reading more online, it sounds like there are four main...

I'm not sure if anyone has started working on this issue, but I'd love to review any WIP pull requests if you open them up. The "Tutorial" documentation should be...

MDN has good documentation for the [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meter) and [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) elements. There's a `:indeterminate` pseudo class we'd want to style here as well. CSS Tricks has a good article called [HTML5...

We'd love to have someone contribute to this issue! This work could probably be split up into the `` and `` elements, but it's also okay if you want to...

There was a pull request for this on #128, but it was closed because it used IDs/classes. This is still up for grabs if that pull request doesn't get reopened....

I'm not a designer either but I think you raise a valid point. I'd also want to see if there were any accessibility concerns with our font readability. @kognise could...

This would make the installation box scroll, if that matters: ![image](https://user-images.githubusercontent.com/6742479/95689637-f1050400-0bc6-11eb-9e6b-fcbc9d94a1a4.png) I think the copy to clipboard button makes this not a big deal though.

Great catch, @jonaskuske! Hah, that would have been awkward. 😅

What's the "semantic HTML" way of using ``? Probably one or more `` or `` containing ``, right? I'm not sure if there's weirder valid ways to use it though...

I know that breadcrumbs are sometimes done with `` to be semantic, [for example](https://www.w3.org/TR/wai-aria-practices/examples/breadcrumb/index.html): ``` WAI-ARIA Authoring Practices 1.1 Design Patterns Breadcrumb Pattern Breadcrumb Example ``` So we would probably...