[ Cassondra ]

Results 169 comments of [ Cassondra ]

Just a note that some empty attributes are valid. Boolean attributes for example: http://w3c.github.io/html/infrastructure.html#boolean-attribute > A boolean attribute without a value assigned to it (e.g. checked) is implicitly equivalent to...

I mention this because a similar issue that I hope to open a PR for soon is that it's actually adding `=""` to my boolean selectors and I would like...

I think this PR might help solve your and my issue: https://github.com/dave-kennedy/clean-html/pull/17

I was thinking about the typing on the spread data object and was thinking something like this: ``` type SpreadData = { [key in K]: T[K]; }; ``` Would optionally...

I would love to see this merged as well, is there anything I can do to help?

- [ ] Exact matches always come first. If the user types in an option exactly, other options must always go below the one matching what they typed. - [...

Interesting - probably not is my guess. I'm imagining working on some code and creating a new branch to put it in but perhaps don't want it blown away. The...

This just needs a few updates and it could be merged: https://github.com/patternfly/patternfly-elements/pull/969

@wesruv Great catch! I'll see if I can't work in a fix soon.

- [x] The aria-labelledby attribute on the dialog isn't receiving the ID of the heading properly (it's "undefined"). - [ ] The tabindex of the dialog/modal should be -1 instead...