Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Fix links in the header for js and web api specs. #199

Merged
merged 4 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions document/js-api/index.bs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<pre class='metadata'>
Title: WebAssembly JavaScript Interface
Title: WebAssembly JavaScript Interface: Exception Handling
Shortname: wasm-js-api
Group: wasm
Status: ED
Level: 1
TR: https://www.w3.org/TR/wasm-js-api-1/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these TRs not necessary anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can go either way for the fork, I think. Lemme know what you prefer.

Copy link
Member

@aheejin aheejin Feb 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If either way is fine maybe let's keep it to be consistent with the main spec?

ED: https://webassembly.github.io/spec/js-api/
ED: https://webassembly.github.io/exception-handling/js-api/
Editor: Ms2ger, Igalia
Repository: WebAssembly/spec
Markup Shorthands: css no, markdown yes
Expand Down
4 changes: 2 additions & 2 deletions document/web-api/index.bs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<pre class='metadata'>
Title: WebAssembly Web API
Title: WebAssembly Web API: Exception Handling
Shortname: wasm-web-api
Group: wasm
Status: ED
Level: 1
TR: https://www.w3.org/TR/wasm-web-api-1/
ED: https://webassembly.github.io/spec/web-api/
ED: https://webassembly.github.io/exception-handling/web-api/
Editor: Ms2ger, Igalia
Repository: WebAssembly/spec
Abstract: This document describes the integration of WebAssembly with the broader web platform.
Expand Down