Manuel Matuzović on Nostr: What's your opinion on [hidden], should it always stay `display: none`? So, for ...
What's your opinion on [hidden], should it always stay `display: none`? So, for example, also in a case like that.
```
<style>
.u-db { display: block}
</style>
<div hidden class=u-db>
Can you see me?
</div>
```
I'm not talking how it's implemented now but rather how it _should_ work.
Published at
2025-02-19 21:36:21Event JSON
{
"id": "bbd09f8e1fd9e73055a77cc3ca2674c78a3a8e925751b8d7a06b1aa5d33c83e7",
"pubkey": "e1ca52b8e11356a8e151f4b791fcd0437c88940bac97469e9258f17a69800c57",
"created_at": 1740000981,
"kind": 1,
"tags": [
[
"proxy",
"https://front-end.social/users/matuzo/statuses/114032704349202193",
"activitypub"
]
],
"content": "What's your opinion on [hidden], should it always stay `display: none`? So, for example, also in a case like that.\n\n```\n\u003cstyle\u003e\n.u-db { display: block}\n\u003c/style\u003e\n\n\u003cdiv hidden class=u-db\u003e\n Can you see me?\n\u003c/div\u003e\n```\n\nI'm not talking how it's implemented now but rather how it _should_ work.",
"sig": "81461d3bfd7b1bd2735ff61b70e83f68b205c4912aadad2fad0d22063920e1289feb4ef90086b905f16d2bca3a09386c71086bd62a7eb515320d7bfcbf6a7545"
}