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

fix: use proper feature detection in is-supported-example #423

Merged
merged 8 commits into from
Feb 14, 2024

Commits on Jan 11, 2024

  1. fix: use proper feature detection in is-supported-example

    Change wallet address to match other examples, removing the .js prefix which could be confusing.
    
    Remove deprecated methods for detecting support of a feature in a user agent.
    
    Remove DOM query in favor of faster temporary element creation.
    jeremiahlee committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    69cba9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38aafd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    0e0286a View commit details
    Browse the repository at this point in the history
  2. style: preserve W3C style on specification

    Prettier was changing the examples to its preferences. The specification should be consistent with other W3C standards' style.
    
    https://www.w3.org/community/webed/wiki/Web_Education_community_group_style_guide#Code_standards
    
    https://www.w3.org/wiki/Coding_style
    jeremiahlee committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1827d99 View commit details
    Browse the repository at this point in the history
  3. docs: update spec dev instructions

    The previous instructions did not work after the conversion to Astro, as Astro corrupts the includes and breaks the examples.
    jeremiahlee committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e23b922 View commit details
    Browse the repository at this point in the history
  4. fix: regenerate spec static output

    style: disable Prettier in the respec build script
    docs: update spec local dev instructions to use the build script
    jeremiahlee committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2fab99d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef6a307 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    f7ddc6e View commit details
    Browse the repository at this point in the history