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

Enhance with semantic HTML5 #68

Merged
merged 5 commits into from
Sep 4, 2023
Merged

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    8857eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2811b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. docs: Add semantic elements; fix semantic errors

    - Add a little `time` here and there.
    - Add `kbd` elements to the explanation of access keys.
    - Some uses of the `kbd` element were used for commands, but these commands are themselves `code`.
    - Changed `<blockquote><pre>` to `<code><pre>`.
    - Update CSS.
    Zearin committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5d92ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e4c4c View commit details
    Browse the repository at this point in the history
  3. feat: Update HTML output with semantic elements

    **NOTE: Untested!** I don’t know how to set up a server to test these changes. I tried my best to be careful with the changes.
    
    ----
    
    - Use `sections` to group each checked URL
    - Use a `data-url-checked` attribute on the `section` (to make scraping or client-side DOM manipulation easier)
    - Updated to use HTML5 `progress` element
    Zearin committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a3ef140 View commit details
    Browse the repository at this point in the history