-
Notifications
You must be signed in to change notification settings - Fork 166
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
[WIP] PublicationMenu with PublicationInfoDialog + DeletePublicationAlertDialog | publicationOpdsInfo | publicationInfoReader #2016
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
src/renderer/common/components/dialog/publicationInfos/publicationInfoContent.tsx
Outdated
Show resolved
Hide resolved
…this feature !! clic and tab doesn't work very well yet
: <></>} | ||
{(a11y_certifiedBy || a11y_certifierCredential || AccessibilityFeature || AccessibilityConformsTo || AccessibilityConformanceReport || AccessibilitySummary) ? | ||
<div className={stylePublication.accessibility_infos_right}> | ||
{/* <details> */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danielweck Just a question : there are no accessibility issue to remove details and summary html elements ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The HTML summary/detail elements provide built-in interaction behaviour and semantics, compared with div, and should be easier to style too. Better avoid generic HTML containers like div when there is a semantically-stronger alternative in the web standard.
@arthur-lemeur @llemeurfr @danielweck The question arises whether we should not increase the min width and height of a window thorium-reader/src/main/redux/sagas/win/browserWindow/createReaderWindow.ts Lines 35 to 36 in 9dd2e12
thorium-reader/src/main/redux/sagas/win/browserWindow/createLibraryWindow.ts Lines 46 to 47 in 9dd2e12
|
i'm closing it, merged to |
No description provided.