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

Do some editorial adjustments to the Sensor algorithms. #425

Merged
merged 1 commit into from
Dec 14, 2021

Commits on Dec 13, 2021

  1. Do some editorial adjustments to the Sensor algorithms.

    - Use Web IDL's definition conventions for methods and
      getters (whatwg/webidl#882):
      - Describe getters as "The attr getter steps are [...]".
      - Describe methods as "The myMethod(arg) method steps are [...]".
    
    - Refer to [=this=] as defined in Web IDL rather than a concept that was not
      defined anywhere.
    
    - Use [=this=] rather than the `sensor_instance` variable where possible, as
      the latter was not defined anywhere.
    
    - When invoking the "notify error" abstract operation, pass the arguments in
      the order expected by the operation.
    rakuco committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    90cee3f View commit details
    Browse the repository at this point in the history