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

Clean up some <dfn>s that were not referenced #465

Merged
merged 1 commit into from
Jul 26, 2023

Commits on Jul 25, 2023

  1. Clean up some <dfn>s that were not referenced

    This fixes Bikeshed warnings like
    
        LINT: Unexported dfn that's not referenced locally - did you mean to export it?
        <dfn bs-line-number="550" data-lt="reading value" data-dfn-type="dfn" id="reading-value" data-noexport="by-default">values<a href="#reading-value" class="self-link"></a></dfn>
        <dfn bs-line-number="550" data-lt="reading value" data-dfn-type="dfn" id="reading-value" data-noexport="by-default">values<a href="#reading-value" class="self-link"></a></dfn>
    
    Some definitions used to be referenced years ago in previous versions of the
    spec text.
    
    While here, also fix
    
        The var 'latest reading' (in algorithm 'update latest reading') is only used once.
        If this is not a typo, please add an ignore='' attribute to the <var>.
    
    by referencing the dfn rather than using `latest reading` as a variable.
    
    Related to #444.
    rakuco committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5bf8053 View commit details
    Browse the repository at this point in the history