A HTML property I wasn't aware of until now. Thanks.
@surenderoati4 ай бұрын
Wooow...much needed for my daily works ❤❤ Thanks Professor 🌷🌷
@fakedevdutt4 ай бұрын
wow thanks there is so much I don't know yet!
@fakedevdutt4 ай бұрын
about HTML
@cipriant91905 ай бұрын
That's awesome!!
@itsatomtech17 күн бұрын
I leaarn much in this channel, wizzzards go hereee
@LucianoClassicalGuitar5 ай бұрын
Nice little trick. Watching from Poland!
@rationalindianguy5 ай бұрын
Thank you professor 🙌
@mahsamanouchehri5 ай бұрын
Thanks Professor, I have a question: Are there any drawbacks for other users with different impairments, such as cognitive impairments, when using the 'inert' attribute for elements?🤔
@SteveGriffith-Prof3ssorSt3v35 ай бұрын
Inert is no different than other attributes or properties. Accessibility and good user experience come down to how you implement it in the interface, not the attribute itself.
@mahsamanouchehri4 ай бұрын
@@SteveGriffith-Prof3ssorSt3v3 Thanks Professor for the clarification! 🙌
@munna55535 ай бұрын
wooow great
@spreadItWide5 ай бұрын
Can web crawlers read inert elements? (SEO)
@SteveGriffith-Prof3ssorSt3v35 ай бұрын
It depends how they are built. If they only read the HTML and inert is set through the JS, they will read everything. If inert is in the HTML but the reader was built before 2023 then it doesn't know about the attribute.
@spreadItWide4 ай бұрын
@@SteveGriffith-Prof3ssorSt3v3 ohh okay, makes sense. Thanks!
@rationalindianguy5 ай бұрын
Professor sorry I'm again commenting this... Could you please make a React course updated for 2024. I know you already posted React series.
@SteveGriffith-Prof3ssorSt3v35 ай бұрын
The last React course is still valid. The only thing it doesn't have are features like Server Components which won't be main stream until after React 19 is fully released.