Viewing profile — polydevil
polydevil
HN member- Joined
- Mon, Sep 28, 2020, 6:55 AM UTC
- HN karma
- 38
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About polydevil
No profile information was provided.
Recent public activity
-
comment
Comment #43252351
Do you think that not considering Russia a main cyber threat is a wrong decision? Why? Article gives no clear answer to why would it will make everything worse. It does, however, s…
-
comment
Comment #43252262
I am confused. Isn't that how democracy works?
-
comment
Comment #43139995
First language is not the same as native language. It is the same for majority - that is the source for controversy.
-
comment
Comment #42734884
> 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 thi…
-
comment
Comment #41615211
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 ann…
-
comment
Comment #41337236
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 rol…
-
comment
Comment #40747478
Who says that the solely focus of CSS is avoiding duplicate code?
-
comment
Comment #40747391
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 t…
- comment
-
comment
Comment #36308181
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 ina…
-
comment
Comment #32777460
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…
-
comment
Comment #32015115
Do you really suggest https://htmx.org/ ? That thing has bold questions, like > Why should only and be able to make HTTP requests? And than you turn off your js in the browser and …
-
comment
Comment #31365061
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), d…
-
comment
Comment #30929467
- 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; -…