I am confused. Isn't that how democracy works?
First language is not the same as native language. It is the same for majority - that is the source for controversy.
> Your Markdown- based content generates semantic HTML HTML is far more expressive in semantics, so using markdown to get html means you will never be able to get most semantic things you actually wanted. React couples…
Opened a website. Already got `Welcome to our website!` modal that block the content. Through the modal's overlay can see the banner `Your product could be here`. Well, that is annoying. Thank you so much, I would…
It is the same div soup for a screen reader, because there is no behavior attached to those new tags. They can not be a landmark, there are not marked as headings, they have no roles. Just a container with a text. And…
Who says that the solely focus of CSS is avoiding duplicate code?
Completely wrong. It says that the order of h* tags is not relevant. Which was also part of Html5 Outline spec. H* tags are not the only semantic tags. So it could also mean that they work with Html5 outline spec and…
No, they don't. Aria roles are not for making one tag to work like another. (Otherwise what is the point of having different tags with different semantics?). Aria is for making inaccessible html more accessible. Links…
JSX is awesome. And it is optional. React picked js-first approach. Everything inside curly braces is a valid js expression. So you can use more and more vanilla js features and be happy, while some angular-first…
Do you really suggest https://htmx.org/? That thing has bold questions, like > Why should only <a> and <form> be able to make HTTP requests? And than you turn off your js in the browser and try to open a demo from the…
Well, is says that the website itself was build by the tool. Non-semantic tags, divs instead of links, buttons instead of links, a lot of inline styles (which is a bad practice), deep nesting. So inline styles will make…
- copy paste the content of the tweet - meta data is lost (date and time, author, obv it is possible to copy paste the text and add links to original tweet and link to an author; - screenshot - now you dont have to add…
I am confused. Isn't that how democracy works?
First language is not the same as native language. It is the same for majority - that is the source for controversy.
> Your Markdown- based content generates semantic HTML HTML is far more expressive in semantics, so using markdown to get html means you will never be able to get most semantic things you actually wanted. React couples…
Opened a website. Already got `Welcome to our website!` modal that block the content. Through the modal's overlay can see the banner `Your product could be here`. Well, that is annoying. Thank you so much, I would…
It is the same div soup for a screen reader, because there is no behavior attached to those new tags. They can not be a landmark, there are not marked as headings, they have no roles. Just a container with a text. And…
Who says that the solely focus of CSS is avoiding duplicate code?
Completely wrong. It says that the order of h* tags is not relevant. Which was also part of Html5 Outline spec. H* tags are not the only semantic tags. So it could also mean that they work with Html5 outline spec and…
No, they don't. Aria roles are not for making one tag to work like another. (Otherwise what is the point of having different tags with different semantics?). Aria is for making inaccessible html more accessible. Links…
JSX is awesome. And it is optional. React picked js-first approach. Everything inside curly braces is a valid js expression. So you can use more and more vanilla js features and be happy, while some angular-first…
Do you really suggest https://htmx.org/? That thing has bold questions, like > Why should only <a> and <form> be able to make HTTP requests? And than you turn off your js in the browser and try to open a demo from the…
Well, is says that the website itself was build by the tool. Non-semantic tags, divs instead of links, buttons instead of links, a lot of inline styles (which is a bad practice), deep nesting. So inline styles will make…
- copy paste the content of the tweet - meta data is lost (date and time, author, obv it is possible to copy paste the text and add links to original tweet and link to an author; - screenshot - now you dont have to add…