dabrianator
dabrianator
Explore posts from servers
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
If you want to see my code I have the GitHub repo linked on the page
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
#hidden-thing {
display: none;
}

main:has(#show-hidden-thing:checked) #hidden-thing {
display: block;
}
#hidden-thing {
display: none;
}

main:has(#show-hidden-thing:checked) #hidden-thing {
display: block;
}
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
I used the :has() selector a lot with radio inputs
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
i'll update here if i find any other solutions
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
cool. i'll try to use this pattern
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
i see. so multiple labels are acceptable?
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
no need to trouble yourself. I'm pretty handy with CSS already. I appreciate it though!
22 replies
KPCKevin Powell - Community
Created by dabrianator on 3/7/2024 in #front-end
Best way to make this Frontend Mentor challenge accessible?
No description
22 replies
KPCKevin Powell - Community
Created by dabrianator on 5/15/2023 in #front-end
ARIA label for multiple currencies
I'd also need to consider how it would be read in French since a French Canadian version of the site is also available
5 replies
TTCTheo's Typesafe Cult
Created by dabrianator on 3/7/2023 in #questions
Examples on when to use + not use serverless?
i see
18 replies
TTCTheo's Typesafe Cult
Created by dabrianator on 3/7/2023 in #questions
Examples on when to use + not use serverless?
Thanks a lot for your help!
18 replies
TTCTheo's Typesafe Cult
Created by dabrianator on 3/7/2023 in #questions
Examples on when to use + not use serverless?
gotcha
18 replies
TTCTheo's Typesafe Cult
Created by dabrianator on 3/7/2023 in #questions
Examples on when to use + not use serverless?
And thank you for your explanation. Im starting to get it more now
18 replies
TTCTheo's Typesafe Cult
Created by dabrianator on 3/7/2023 in #questions
Examples on when to use + not use serverless?
Could you elaborate a bit more on stateful servers?
18 replies