Mark Caron
Mark Caron
# Component name: There are several issues we've found in implementing the [new PFE Nav](https://github.com/patternfly/patternfly-elements/tree/CPFED-3689-new-navigation-epic) on RHDC. ## Bugs / updates ### 1. Force break text blocks being stripped ###...
Using a web component would be a good way to add in all the table goodies we'd need for apps as well as content writers, like: - DataTables or something...
## Description of the issue The default CTA :focus inherits dotted border and it doesn't look good. The dotted border is inherited from `.pfe-navigation__dropdown a:focus`. ### Impacted component(s) - CTA...
While testing form elements in VoiceOver on iOS and OSX, I noticed that there seems to be some issues with the [modal dialog example](https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html). It seems that the labels in...
Need a file upload element, like PatternFly's - [Simple upload](https://www.patternfly.org/components/file-upload/simple-file-upload) - [Multiple upload](https://www.patternfly.org/components/file-upload/multiple-file-upload) Related: [``](https://github.com/RedHat-UX/red-hat-design-system/issues/251)
We need a Breadcrumbs component. _Note: not sure why it's singular ("breadcrumb") and not plural ("breadcrumbs")._ ### Design - [PF spec](https://www.patternfly.org/components/breadcrumb) ### Dev Notes - [Proper WAI pattern](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/examples/breadcrumb/) (which PF...
There are multiple style issues throughout PFE doc pages: - [x] Add new site header style (@markcaron — #2396) - [x] Add new PFE logo https://github.com/patternfly/patternfly-elements/pull/2401 - [x] ~~Fix v1/v2...
As Eric Bidelman noted, "There's no better way to write a progressive web app than to progressively enhance existing HTML elements." [1] Where possible, buttons and other custom elements should...
The arrow/chevron icon in the Show more action button is too large.
Variants for `` are documented confusingly... The [Variants section under Style](https://ux.redhat.com/elements/tag/style/#variants) has `unfilled`: The [Variants section under Code](https://ux.redhat.com/elements/tag/code/#attributes) has `outline`: ### Related The `outline` variant is not `unfilled`. It's actually...