Skip to content

Commit 5350126

Browse files
authored
Merge pull request #149 from youennf/add-sframe-link
Make use of SFrame WG spec link
2 parents ef682af + 6486d3d commit 5350126

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

index.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ spec:webidl; type:dfn; text:resolve
2323
"href":
2424
"https://github.com/WICG/web-codecs/blob/master/explainer.md",
2525
"title": "Web Codecs explainer"
26+
},
27+
"SFRAME": {
28+
"href":
29+
"https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html",
30+
"title": "Secure Frame (SFrame)"
2631
}
2732
}
2833
</pre>
@@ -176,11 +181,8 @@ Similarly, if a web application sets the transform synchronously at creation of
176181

177182
# SFrameTransform # {#sframe}
178183

179-
<p class="note">
180-
The API presented in this section represents a preliminary proposal
181-
based on protocol proposals that have not yet been adopted by an IETF WG.
182-
As a result, both the API and underlying protocol are likely to change
183-
significantly going forward.
184+
<p>
185+
The API presented in this section allows applications to process SFrame data as defined in [[SFrame]].
184186
</p>
185187

186188
<xmp class="idl">

0 commit comments

Comments
 (0)