Skip to content

Commit

Permalink
Fix hyper link to DOM Living Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
esmith164 authored Sep 25, 2024
1 parent 2839b3d commit c0552f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ inconsistencies (that aren't a result of legacy APIs) file an issue.
## Contribution Guidelines
- Ensure your changes pass the tests below.
- To ensure the code follows Deno's formatting guidelines, use the built-in deno fmt command. This will automatically format your TypeScript files to match Deno's code style. Run: ``sh deno fmt``
- When implementing new features for Deno DOM, ensure that the standard algorithm outlined by the [DOM Living Standard][https://dom.spec.whatwg.org/] is followed. Any deviations from the spec should be documented clearly in the code and pull request descriptions.
- When implementing new features for Deno DOM, ensure that the standard algorithm outlined by the [DOM Living Standard](https://dom.spec.whatwg.org/) is followed. Any deviations from the spec should be documented clearly in the code and pull request descriptions.

## Running tests

Expand Down

0 comments on commit c0552f1

Please sign in to comment.