Skip to content

heading van article staat er buiten #40

@lisagjh

Description

@lisagjh

<article class="methods-container" data-index={index}>
<a href="/tekenmethodes/{method.slug}">
{#if method.template && method.template.url}
<picture>
<img
src={method.template.url.replace(":webp", ":png")}
alt={"Voorbeeld van " + method.title}
class={method.categories[0].title.replaceAll(" ", "-")}
/>
</picture>
{:else}
<img
class={method.categories[0].title.replaceAll(" ", "-")}
src="/placeholder.webp"
alt="Placeholder"
/>
{/if}
</a>
</article>
<h3>{method.title}</h3>

in de methods heb je een article waarvan de heading er buiten staat. Dit geeft errors in de W3C validator, zie hieronder

Scherm­afbeelding 2024-10-04 om 14 58 34

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions