mastodonien.de

mastodon.world

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Mo 08.07.2024 00:01:52   183.046      +5    5.894.418    32,2 Mastodon                  4.2.10     500
So 07.07.2024 00:00:01   183.041       0    5.888.331    32,2 Mastodon                  4.2.10     500
Sa 06.07.2024 00:00:00   183.041      +9    5.883.680    32,1 Mastodon                  4.2.10     500
Fr 05.07.2024 00:00:07   183.032      +3    5.876.679    32,1 Mastodon                  4.2.10     500
Do 04.07.2024 00:00:37   183.029      +8    5.870.017    32,1 Mastodon                  4.2.9      500
Mi 03.07.2024 00:00:07   183.021       0    5.863.973    32,0 Mastodon                  4.2.9      500
Di 02.07.2024 00:03:52   183.021      +6    5.857.080    32,0 Mastodon                  4.2.9      500
Mo 01.07.2024 00:00:30   183.015      -3    5.874.502    32,1 Mastodon                  4.2.9      500
So 30.06.2024 00:00:07   183.018      +8    5.869.053    32,1 Mastodon                  4.2.9      500
Sa 29.06.2024 00:03:02   183.010       0    5.863.998    32,0 Mastodon                  4.2.9      500

Mo 08.07.2024 14:20

Today's "selector set" challenge is to identify elements which are:

* void (ie. can't have children); and
* displayed (ie. generate a line-box greater than 0x0)

As far as I can figure, there's only four of them:

```
:is( br, hr, img, input:not([type="hidden"]) )
```

Not counting `<wbr>` because it only has a sized line-box if its container is otherwise empty, and not counting `<area>`, `<source>` etc. because they don't generate sized line-boxes at all.

Have I missed anything?

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen