Matthias Apsel: <hr> background in druckvorschau nicht angezeigt

Beitrag lesen

Hallo Gunnar Bittersmann,

:root
{
	--error-color: red;
	--error-outline: 0.5rem solid var(--error-color);
}

h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr
{
	ERROR: 'separator element `hr` misused for visual presentation';
	outline: var(--error-outline) !important;
}

Ist das nicht schon das dritte Mal in letzter Zeit, dass hr als horizontale Line missdeutet hier im Forum auftaucht?

Ja. In diesem Fall als Nachfahre von h1.

:root
{
	--error-color: red;
	--error-outline: 0.5rem solid var(--error-color);
}

h1 + hr, h1 hr, 
h2 + hr, h2 hr,
h3 + hr, h3 hr,
h4 + hr, h4 hr,
h5 + hr, h5 hr,
h6 + hr, h6 hr
{
	ERROR: 'separator element `hr` misused for visual presentation';
	outline: var(--error-outline) !important;
}

Bis demnächst
Matthias

--
Rosen sind rot.