Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Nobody said computers were going to be polite.


devel / comp.infosystems.www.authoring.html / Re: Element type names - short overview

SubjectAuthor
* Element type names - short overviewStefan Ram
+* Re: Element type names - short overviewArno Welzel
|`* Re: Element type names - short overviewArno Welzel
| `* Re: Element type names - short overviewJukka K. Korpela
|  `- Re: Element type names - short overviewStefan Ram
+- Re: Element type names - short overviewJJ
`- Re: Element type names - short overviewStefan Ram

1
Element type names - short overview

<overview-20240409122208@ram.dialup.fu-berlin.de>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=536&group=comp.infosystems.www.authoring.html#536

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Element type names - short overview
Date: 9 Apr 2024 11:23:26 GMT
Organization: Stefan Ram
Lines: 92
Expires: 1 Feb 2025 11:59:58 GMT
Message-ID: <overview-20240409122208@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de Hj0meR75Wta1QuVSFtL5vQX4c6xMCL8+EmKlteEn9H0rku
Cancel-Lock: sha1:svoT3vNLrOOqIBl6I8JWLbOkauM= sha256:O8L+PT1Y5Q+3B4jbqlNO8enN97B7pJD9sXle1kOE5uw=
X-Copyright: (C) Copyright 2024 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
 by: Stefan Ram - Tue, 9 Apr 2024 11:23 UTC

I created a short overview of a selection of names of element
types of the current WHATWG HTML for myself. Maybe other people
can use it too?

html root
head metadata collection of document
title title
meta metadata item of document
body contents of document
article composition - may start with h(n)
section section - may start with h(n)
nav navigation section
aside a tangent section
hgroup <hgroup><h(n)>heading</h(n)><p>subheading</p></hgroup>
header header for document
footer footer for document/section
address contact information for nearest article or body element
p paragraph
hr thematic break
pre preformatted ("mono") (xml:space="preserve") >code >samp >kbd
blockquote long quotation
ol ordered list
ul unordered list
menu toolbar unordered list of commands
li list item
dl association list
dt association term
dd assiciation data
figure separated unit
figcaption figure caption
main main content
search UI for searching
div generic flow container
em passive emphasis
strong active emphasis
small small print
s deleted
cite work title
q a quotation
dfn term being defined
abbr abbreviation or acronym
rt ruby text
data data in attributes
time time in datetime attribute
code code ("monospaced") (use xml:space="preserve" too!)
var formal name
samp system output
kbd input (samp>kbd=inp echo, kbd>samp=inp of outp, kbd>kbd=key)
sup superscript
sub subscript
i alternate voice ("italic") (taxon/tech term, foreign text)
b attention grabbing ("bold", active) keyword, name, lede
u unarticulated (misspelled, not clearly artic.) ("underl.")
mark highlighted text
bdi bidirectional text
bdo text directionality formatting
span generic phrase container
br a line break (p>br=blank line)
wbr line break opportunity
ins inserted
del deleted
picture container for img variants
img image
iframe external content inserted
video video
audio audio
map clickable image
area image area
table table
caption table title
tbody table body
thead table head
tfoot table footer
tr table row
td table data
th table header
form a UI
label UI text (one line)
input UI input
optgroup UI options
option UI option
textarea UI text (multiple lines)
output UI output
progress UI progress bar
meter value from a range
fieldset UI group
legend fieldset legend
details hidden information
summary summary of details
dialog UI dialog
noscript for disabled scripting
slot placeholder type

Re: Element type names - short overview

<l7libkFjnv2U1@mid.individual.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=537&group=comp.infosystems.www.authoring.html#537

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@arnowelzel.de (Arno Welzel)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Element type names - short overview
Date: Tue, 9 Apr 2024 21:13:57 +0200
Lines: 16
Message-ID: <l7libkFjnv2U1@mid.individual.net>
References: <overview-20240409122208@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net k2s4xUmFp7OV5M4y1Pwt1AC+VCxqCfp125vBtO86m/biZVR9AL
Cancel-Lock: sha1:NZWRKISGZ748jVh1p6QWlwrcWO8= sha256:k/7ejaMs0ruPiOh6qfrhuLxX3J/xXnSOj8RhI3LpsbE=
Content-Language: de-DE
In-Reply-To: <overview-20240409122208@ram.dialup.fu-berlin.de>
 by: Arno Welzel - Tue, 9 Apr 2024 19:13 UTC

Stefan Ram, 2024-04-09 13:23:

> I created a short overview of a selection of names of element
> types of the current WHATWG HTML for myself. Maybe other people
> can use it too?

This would be easier, if you would put this list on a public accessible
URL. But what is wrong with the official documentation?

See <https://html.spec.whatwg.org/multipage/#toc-semantics>

--
Arno Welzel
https://arnowelzel.de

Re: Element type names - short overview

<l7lid3FjnmnU1@mid.individual.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=538&group=comp.infosystems.www.authoring.html#538

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@arnowelzel.de (Arno Welzel)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Element type names - short overview
Date: Tue, 9 Apr 2024 21:14:44 +0200
Lines: 19
Message-ID: <l7lid3FjnmnU1@mid.individual.net>
References: <overview-20240409122208@ram.dialup.fu-berlin.de>
<l7libkFjnv2U1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 4D9/l4aWc9n2/Y5RR3rjpwTSWaAvU8ibpVhn32t7TSC+fkH6y0
Cancel-Lock: sha1:4eyCcJ2SUi+d8k1s+yakBr/WHLs= sha256:uZoWAeL8uwtJNdmiOI5mXdI38Eyj5PCe2dmSPSPQHig=
Content-Language: de-DE
In-Reply-To: <l7libkFjnv2U1@mid.individual.net>
 by: Arno Welzel - Tue, 9 Apr 2024 19:14 UTC

Arno Welzel, 2024-04-09 21:13:

> Stefan Ram, 2024-04-09 13:23:
>
>> I created a short overview of a selection of names of element
>> types of the current WHATWG HTML for myself. Maybe other people
>> can use it too?
>
> This would be easier, if you would put this list on a public accessible
> URL. But what is wrong with the official documentation?
>
> See <https://html.spec.whatwg.org/multipage/#toc-semantics>

In addition: <https://devdocs.io/html-elements/>

--
Arno Welzel
https://arnowelzel.de

Re: Element type names - short overview

<cal1z2u5tftz.3nzln5olrxhl.dlg@40tude.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=539&group=comp.infosystems.www.authoring.html#539

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!newsfeed.bofh.team!paganini.bofh.team!not-for-mail
From: jj4pub...@outlook.com (JJ)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Element type names - short overview
Date: Wed, 10 Apr 2024 08:27:07 +0700
Organization: To protect and to server
Message-ID: <cal1z2u5tftz.3nzln5olrxhl.dlg@40tude.net>
References: <overview-20240409122208@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: paganini.bofh.team; logging-data="4060135"; posting-host="gexBxgabm6/s1PmHsFUEOQ.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: 40tude_Dialog/2.0.15.84
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
X-Notice: Filtered by postfilter v. 0.9.3
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
 by: JJ - Wed, 10 Apr 2024 01:27 UTC

On 9 Apr 2024 11:23:26 GMT, Stefan Ram wrote:
> I created a short overview of a selection of names of element
> types of the current WHATWG HTML for myself. Maybe other people
> can use it too?
>
> html root
> head metadata collection of document
> title title
> meta metadata item of document
> body contents of document
> article composition - may start with h(n)
> section section - may start with h(n)
> nav navigation section
> aside a tangent section
> hgroup <hgroup><h(n)>heading</h(n)><p>subheading</p></hgroup>
> header header for document
> footer footer for document/section
> address contact information for nearest article or body element
> p paragraph
> hr thematic break
> pre preformatted ("mono") (xml:space="preserve") >code >samp >kbd
> blockquote long quotation
> ol ordered list
> ul unordered list
> menu toolbar unordered list of commands
> li list item
> dl association list
> dt association term
> dd assiciation data
> figure separated unit
> figcaption figure caption
> main main content
> search UI for searching
> div generic flow container
> em passive emphasis
> strong active emphasis
> small small print
> s deleted
> cite work title
> q a quotation
> dfn term being defined
> abbr abbreviation or acronym
> rt ruby text
> data data in attributes
> time time in datetime attribute
> code code ("monospaced") (use xml:space="preserve" too!)
> var formal name
> samp system output
> kbd input (samp>kbd=inp echo, kbd>samp=inp of outp, kbd>kbd=key)
> sup superscript
> sub subscript
> i alternate voice ("italic") (taxon/tech term, foreign text)
> b attention grabbing ("bold", active) keyword, name, lede
> u unarticulated (misspelled, not clearly artic.) ("underl.")
> mark highlighted text
> bdi bidirectional text
> bdo text directionality formatting
> span generic phrase container
> br a line break (p>br=blank line)
> wbr line break opportunity
> ins inserted
> del deleted
> picture container for img variants
> img image
> iframe external content inserted
> video video
> audio audio
> map clickable image
> area image area
> table table
> caption table title
> tbody table body
> thead table head
> tfoot table footer
> tr table row
> td table data
> th table header
> form a UI
> label UI text (one line)
> input UI input
> optgroup UI options
> option UI option
> textarea UI text (multiple lines)
> output UI output
> progress UI progress bar
> meter value from a range
> fieldset UI group
> legend fieldset legend
> details hidden information
> summary summary of details
> dialog UI dialog
> noscript for disabled scripting
> slot placeholder type

For most, I prefer straight forward overview and/or literal expansion of the
tag names, as mentioned in the HTML specification (unless they may be
misleading; e.g. HR), since it's easier to remember.

Re: Element type names - short overview

<new-20240410112018@ram.dialup.fu-berlin.de>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=540&group=comp.infosystems.www.authoring.html#540

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Element type names - short overview
Date: 10 Apr 2024 10:24:18 GMT
Organization: Stefan Ram
Lines: 130
Expires: 1 Feb 2025 11:59:58 GMT
Message-ID: <new-20240410112018@ram.dialup.fu-berlin.de>
References: <overview-20240409122208@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de EzkO+AJxLG1QAqXXCL/2/AeRkNuGdyru2qPaERjtRY9RzI
Cancel-Lock: sha1:LJTGyu+vbW0OcgGgK5Gk9uRD38k= sha256:+Tvn1GvVXrdASIctk9w8xVVL4mgQnlCAYrnT08UgA54=
X-Copyright: (C) Copyright 2024 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
 by: Stefan Ram - Wed, 10 Apr 2024 10:24 UTC

ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
>I created a short overview of a selection of names of element
>types of the current WHATWG HTML for myself. Maybe other people
>can use it too?

New version:

CONTENT TYPES

flow content of body and similar containers
phrasing content of paragraphs and similar containers
palpable (=perceptible) makes elements to be considered "non-empty"

PHRASES

i alternate voice ("italic") (taxon/tech term, foreign text)
em passive emphasis
b attention grabbing ("bold", active) keyword, name, lede
strong active emphasis
mark highlighted text
span generic phrase container
small small print
cite work title
dfn term being defined
abbr abbreviation or acronym
code code ("monospaced") (use xml:space="preserve" too!)
var formal name
samp system output
kbd input (samp>kbd=inp echo, kbd>samp=inp of outp, kbd>kbd=key)
u wrong (misspelled, not clearly artic.) ("underlined")
sup superscript
sub subscript
ins inserted
del deleted (for document edits) (cf. s)
s obsolete content (cf. del)
data data in attributes
time time in datetime attribute
meter value from a range
q quotation

BLOCKS: LISTS

ol ordered list
ul unordered list
li list item
dl association list
dt association term
dd assiciation data

BLOCKS: DOCUMENT PARTS

main main content
div generic flow container
article composition - may start with h(n)
section section - may start with h(n)
nav navigation section
header header for document
footer footer for document/section
title title
hgroup <hgroup><h(n)>heading</h(n)><p>subheading</p></hgroup>

BLOCKS: BOXES

blockquote long quotation
aside a tangent section
figure separated unit
figcaption figure caption
pre preformatted ("mono") (xml:space="preserve") >code >samp >kbd
address contact information for nearest article or body element
menu toolbar unordered list of commands
details hidden information
summary summary of details
p paragraph
hr thematic break
br a line break (p>br=blank line)
wbr line break opportunity

BLOCKS: TABLES

table table
caption table title
tbody table body
thead table head
tfoot table footer
tr table row
td table data
th table header

UIs

map clickable image
area image area
form UI
search UI for searching
label UI text (one line)
input UI input
optgroup UI options
option UI option
textarea UI text (multiple lines)
output UI output
progress UI progress bar
dialog UI dialog
fieldset UI group
legend UI fieldset legend

DOCUMENT ORGANISATION

html root
head metadata collection of document
meta metadata item of document
body contents of document
noscript for disabled scripting

MEDIA

img image
iframe external content inserted
video video
audio audio
picture container for variants of the same picture

DIRECTIONALIY-RELATED

rt ruby text
bdi bidirectional text
bdo text directionality formatting

OTHERS

slot placeholder type

Re: Element type names - short overview

<uv82i5$131o4$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=541&group=comp.infosystems.www.authoring.html#541

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jukk...@gmail.com (Jukka K. Korpela)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Element type names - short overview
Date: Thu, 11 Apr 2024 10:12:52 +0300
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <uv82i5$131o4$1@dont-email.me>
References: <overview-20240409122208@ram.dialup.fu-berlin.de>
<l7libkFjnv2U1@mid.individual.net> <l7lid3FjnmnU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 11 Apr 2024 09:13:10 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ba9ecc3cd6023414ba481e009d86ba1a";
logging-data="1148676"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX196NYZ4qEc1U30W3MnPAVPr"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:AujbsnTBxL/ovW2EKdA8m7lpulY=
In-Reply-To: <l7lid3FjnmnU1@mid.individual.net>
 by: Jukka K. Korpela - Thu, 11 Apr 2024 07:12 UTC

Arno Welzel wrote:

>> See <https://html.spec.whatwg.org/multipage/#toc-semantics>
>
> In addition: <https://devdocs.io/html-elements/>

These do not show short descriptions as in Stefan’s list. But there are
almost as short descriptions at
https://html.spec.whatwg.org/multipage/indices.html#elements-3
It’s not “official”, though: “This section is non-normative.”

Re: Element type names - short overview

<list-20240411092018@ram.dialup.fu-berlin.de>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=542&group=comp.infosystems.www.authoring.html#542

  copy link   Newsgroups: comp.infosystems.www.authoring.html
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram...@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Element type names - short overview
Date: 11 Apr 2024 08:25:11 GMT
Organization: Stefan Ram
Lines: 32
Expires: 1 Feb 2025 11:59:58 GMT
Message-ID: <list-20240411092018@ram.dialup.fu-berlin.de>
References: <overview-20240409122208@ram.dialup.fu-berlin.de> <l7libkFjnv2U1@mid.individual.net> <l7lid3FjnmnU1@mid.individual.net> <uv82i5$131o4$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de 48LCc/9NjAIy63UuNHN/KgIZn/nhpjcOwgyiAQRfEHqaw/
Cancel-Lock: sha1:J/Y1f4cH+3XXi0L+E6tMqlYnAJQ= sha256:YaskOscRGSrUQKFkgFEnl5JwmX1c1Z7H2bQY/y5dd5E=
X-Copyright: (C) Copyright 2024 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
 by: Stefan Ram - Thu, 11 Apr 2024 08:25 UTC

"Jukka K. Korpela" <jukkakk@gmail.com> wrote or quoted:
>These do not show short descriptions as in Stefan’s list. But there are
>almost as short descriptions at
>https://html.spec.whatwg.org/multipage/indices.html#elements-3
>It’s not “official”, though: “This section is non-normative.”

Ah, much obliged! I wasn't aware of that little nugget of
information. Why, there are all sorts of sections, like this
here "4.5.29 Usage summary" for instance.

Now, my list here contains a mite of my own interpretation,
like this "formal name" business.

var formal name

Consarn it, what in tarnation is a "formal name" supposed
to be, anyhow? Why, I was referring to a name in a formal
language, you see - a language with a proper, formal grammar
(like that Backus-Naur business, for example).

And another thing, I've been calling "strong" an "active emphasis".

strong active emphasis

That HTML5 specification goes out of its way to avoid using
the word "emphasis" there and talks about "importance" instead.
Hmph, kids these days and their newfangled terminology!

Yep, there's always more to learn in this here world of ours. But
I'll be darned if I don't enjoy the challenge of unraveling these
linguistic puzzles, one piece at a time. Now, where was I? Ah yes,
let me take another gander at that short descriptions of your link!

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor