Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@mouxdesign Thanks for answering! #7

Open
Jean681729 opened this issue Apr 25, 2024 · 0 comments
Open

@mouxdesign Thanks for answering! #7

Jean681729 opened this issue Apr 25, 2024 · 0 comments

Comments

@Jean681729
Copy link
Contributor

@mouxdesign Thanks for answering!

grafik

Invoice ID

Let's take the Invoice ID as an example:

<div>
    <dt>Invoice ID</dt>
    <dd>9AgMUeAYBJbSt3xxcHGdSV</dd>
</div>

There the connection between the label and content isn't clear, so it would turn into this?

<div>
    <dt id="dt_invoice_id">Invoice ID</dt>
    <dd aria-labelledby="dt_invoice_id">9AgMUeAYBJbSt3xxcHGdSV</dd>
</div>

"Return to" button

For the buttons it isn't clear to me what is missing, because there the connection between the element and descriptive text is present imho, because it's the elements content — what am I missing?

<div class="buttons">
    <a href="/i/DPJKnfjFPJ74SrQcxKAmJ/receipt" id="ReceiptLink" class="btn btn-primary rounded-pill w-100">View receipt</a>
    <a href="https://satoshisteaks.com/" id="StoreLink" class="btn btn-secondary rounded-pill w-100">Return to Satoshis Steaks</a>
</div>

Originally posted by @dennisreimann in btcpayserver/btcpayserver#4986 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant