rsnext/packages/next/client
Steven 2061d6c4fe
Fix html validation for Image component sizer (#27767)
According to [MDN](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-hidden_attribute#deciding_between_aria-hiddentrue_rolepresentation_and_rolenone):


- `aria-hidden="true"` will remove the entire element from the accessibility API. 
- `role="presentation"` will remove the semantic meaning of an element while still exposing it to assistive technology. 

We don't need both so we'll keep `aria-hidden="true"` since the element is used for sizing, not content that should be read.

Fixes #27163
2021-08-04 18:42:59 +00:00
..
dev Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
portal Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
head-manager.ts Font optimization bug fix (#24968) 2021-05-12 13:39:26 +02:00
image.tsx Fix html validation for Image component sizer (#27767) 2021-08-04 18:42:59 +00:00
index.tsx Add handling for repeated slashes (#27738) 2021-08-03 15:06:26 +00:00
link.tsx Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
next-dev.js Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
next.js Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
performance-relayer.ts Fall back to fallbackSend when send is false (#27113) 2021-07-12 15:26:48 +00:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
request-idle-callback.ts Use SWC for Next.js core client files (#27196) 2021-07-28 15:10:51 +00:00
route-announcer.tsx Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
route-loader.ts Wait for getFilesForRoute promise to fulfill before timeout in dev mode (#27395) 2021-07-23 15:56:14 -05:00
router.ts Use SWC for Next.js core client files (#27196) 2021-07-28 15:10:51 +00:00
script.tsx Fix inline scripts being duplicated when used with next/script component (#27218) 2021-07-16 18:58:34 +00:00
use-intersection.tsx fix(link): cancel idle callback on unmount (#22072) 2021-02-11 13:51:41 -05:00
with-router.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00