Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added aria-hidden on the element which rendered Zerowidthspace #41656

Closed
wants to merge 48 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
6e80a05
Added aria-hidden on the element which rendered Zerowidthspace to hid…
tejasparkar Mar 26, 2024
0f522a2
[release] v6.0.0-alpha.0 (#41648)
mnajdova Mar 26, 2024
ca9625a
[core] Run pnpm dedupe (#41658)
michaldudak Mar 26, 2024
26d5b11
Fix dedupe check (#41657)
Janpot Mar 26, 2024
aa2fb4b
[material-ui][Chip] Convert to support CSS extraction (#41592)
DiegoAndai Mar 26, 2024
e9ebf99
[core] Update peerDependencies ranges to include v6 packages (#41662)
michaldudak Mar 26, 2024
2438d3e
[release] v6.0.0-alpha.0 updates on changelog & versions (#41665)
mnajdova Mar 26, 2024
60ff4cf
[pigment-css] Update README.md installation to use the next tag (#41649)
mnajdova Mar 26, 2024
394cfd5
[material-ui][Badge] Deprecate components and componentsProps (#41655)
skmanoj322 Mar 26, 2024
ca97651
[docs] Fix typo in CONTRIBUTING.md (#41670)
adriancuadrado Mar 26, 2024
95e06d7
[website] Improve job og image (#41672)
oliviertassinari Mar 26, 2024
e553f3b
[material-ui][RadioGroup] Apply classnames (#41610)
ZeeshanTamboli Mar 27, 2024
ef562a0
[test] Add test to display options provided to the options prop even …
ZeeshanTamboli Mar 27, 2024
80aedc1
[pigment-css][vite-plugin] Use constant filename for pigment styles (…
brijeshb42 Mar 27, 2024
e01a47e
[pigment-css][demo] Improve sx prop support (#41589)
brijeshb42 Mar 27, 2024
48ab3ab
[code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/doc…
Janpot Mar 27, 2024
43fe437
[system] Add `spacing` theme token to be used in `theme.spacing()` (#…
siriwatknp Mar 27, 2024
97f3ebb
[codemod] Setup v6 codemod structure (#41668)
DiegoAndai Mar 27, 2024
fccac25
[material-ui] Refine the Sign-in and Sign-up templates (#41192)
zanivan Mar 27, 2024
bed5614
[material-ui][docs] Fix typo on the Accordion page (#41687)
connorshea Mar 27, 2024
72a5528
[website] Refine button design and other details (#41686)
danilo-leal Mar 27, 2024
3917c9a
Bump express to ^4.18.3 [SECURITY] (#41660)
renovate[bot] Mar 28, 2024
addf6df
Bump postcss to ^8.4.38 (#41627)
renovate[bot] Mar 28, 2024
99c319d
Bump pnpm to 8.15.5 (#41626)
renovate[bot] Mar 28, 2024
270fcb5
Bump markdown-to-jsx to ^7.4.5 (#41625)
renovate[bot] Mar 28, 2024
0ce4ad7
Bump github/codeql-action action to v3.24.9 (#41624)
renovate[bot] Mar 28, 2024
949eef5
Bump autoprefixer to ^10.4.19 (#41623)
renovate[bot] Mar 28, 2024
dd7735a
Bump MUI X (#41622)
renovate[bot] Mar 28, 2024
dce0f28
Bump @types/prop-types to ^15.7.12 (#41621)
renovate[bot] Mar 28, 2024
23650ea
Bump @next/eslint-plugin-next to ^14.1.4 (#41617)
renovate[bot] Mar 28, 2024
46e19da
Bump @testing-library/react to ^14.2.2 (#41618)
renovate[bot] Mar 28, 2024
4956038
Bump typescript to ^5.4.3 (#41528)
renovate[bot] Mar 28, 2024
1d3fa69
Bump eslint to ^8.57.0 (#41432)
renovate[bot] Mar 28, 2024
490bd04
[pigment-css] Fix props forwarding (#41688)
siriwatknp Mar 28, 2024
222c1a7
[material-ui][ButtonGroup] Convert to support CSS extraction (#41666)
zanivan Mar 29, 2024
718f517
[pigment-css] Fix propTypes removal during eval stage (#41695)
brijeshb42 Mar 29, 2024
e1c9429
Bump react-router to ^6.22.3 (#41342)
renovate[bot] Mar 29, 2024
6f7443e
Bump @types/chai to ^4.3.14 (#41619)
renovate[bot] Mar 29, 2024
e3c9bee
[pigment-css] Fix emotion styled error (#41699)
siriwatknp Mar 29, 2024
8cd6990
[core] Update the prettier script to use the next branch (#41637)
mnajdova Mar 29, 2024
da5b031
[examples] Update MUI's packages to the next version (#41701)
mnajdova Mar 29, 2024
072fb10
Bump @types/node to ^18.19.26 (#41620)
renovate[bot] Mar 29, 2024
8b90079
[docs-infra] Allows to remove edit button (#41702)
alexfauquette Mar 29, 2024
cf8a6c3
[docs] Stick to one way to write IE 11
oliviertassinari Mar 29, 2024
bf6354f
Fix for accessibility in each occurance of zerowidth space exposed to…
tejasparkar Mar 30, 2024
8d42958
Merge branch 'mui:next' into chore/41515
tejasparkar Mar 30, 2024
6a88518
run prettier and code formated
tejasparkar Mar 30, 2024
af1bbb9
Merge branch 'mui:next' into chore/41515
tejasparkar Apr 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/mui-base/src/Select/Select.tsx
Expand Up @@ -216,7 +216,9 @@ const Select = React.forwardRef(function Select<
{renderValue(selectedOptionsMetadata) ?? placeholder ?? (
// fall back to a zero-width space to prevent layout shift
// from https://github.com/mui/material-ui/pull/24563
<span className="notranslate">&#8203;</span>
<span aria-hidden="true" className="notranslate">
&#8203;
</span>
)}
</Button>
{buttonDefined && (
Expand Down
4 changes: 3 additions & 1 deletion packages/mui-material/src/FormHelperText/FormHelperText.js
Expand Up @@ -112,7 +112,9 @@ const FormHelperText = React.forwardRef(function FormHelperText(inProps, ref) {
>
{children === ' ' ? (
// notranslate needed while Google Translate will not fix zero-width space issue
<span className="notranslate">&#8203;</span>
<span aria-hidden="true" className="notranslate">
&#8203;
</span>
) : (
children
)}
Expand Down
4 changes: 3 additions & 1 deletion packages/mui-material/src/InputAdornment/InputAdornment.js
Expand Up @@ -128,7 +128,9 @@ const InputAdornment = React.forwardRef(function InputAdornment(inProps, ref) {
{/* To have the correct vertical alignment baseline */}
{position === 'start' ? (
/* notranslate needed while Google Translate will not fix zero-width space issue */
<span className="notranslate">&#8203;</span>
<span aria-hidden="true" className="notranslate">
&#8203;
</span>
) : null}
{children}
</React.Fragment>
Expand Down
4 changes: 3 additions & 1 deletion packages/mui-material/src/OutlinedInput/NotchedOutline.js
Expand Up @@ -83,7 +83,9 @@ export default function NotchedOutline(props) {
<span>{label}</span>
) : (
// notranslate needed while Google Translate will not fix zero-width space issue
<span className="notranslate">&#8203;</span>
<span aria-hidden="true" className="notranslate">
&#8203;
</span>
)}
</NotchedOutlineLegend>
</NotchedOutlineRoot>
Expand Down
4 changes: 3 additions & 1 deletion packages/mui-material/src/Select/SelectInput.js
Expand Up @@ -516,7 +516,9 @@ const SelectInput = React.forwardRef(function SelectInput(props, ref) {
{/* So the vertical align positioning algorithm kicks in. */}
{isEmpty(display) ? (
// notranslate needed while Google Translate will not fix zero-width space issue
<span className="notranslate">&#8203;</span>
<span aria-hidden="true" className="notranslate">
&#8203;
</span>
) : (
display
)}
Expand Down