Skip to content
Merged
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
<html>
<head>
<meta charset="utf-8">
<title>Web Cryptography API</title>
<title>Web Cryptography</title>
Copy link
Member

Choose a reason for hiding this comment

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

Why did you make this change?

Copy link
Contributor Author

@simoneonofri simoneonofri Apr 24, 2025

Choose a reason for hiding this comment

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

In the new specs, the API name is usually implied considering the type of specification as a browser API. However, if you think it would be useful in the title, I will make the change.

Copy link
Member

Choose a reason for hiding this comment

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

I'm on the fence, but given that it doesn't define all things Web Cryptography I think it's better to keep it in.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it makes sense to me

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for changing it back to Web Cryptography API!

I also think that it makes more sense as what we describe is the API

<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<link rel="stylesheet" href="webcrypto.css" type="text/css" />
<script class=remove>
var respecConfig = {
specStatus: "ED",
level: 2,
editors: [
{
name: "Daniel Huigens",
mailto: "[email protected]",
company: "Proton AG",
companyURL: "https://proton.me/"
companyURL: "https://proton.me/",
w3cid: 99209,
},
{
name: "Mark Watson",
Expand All @@ -25,7 +27,7 @@
},
],
github: "https://github.com/w3c/webcrypto",
shortName: "WebCryptoAPI",
shortName: "webcrypto",
Copy link
Member

Choose a reason for hiding this comment

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

Will the former short name be redirected?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, of course

group: "webappsec",
xref: ['html', 'dom', 'webidl', 'infra', 'encoding'],
localBiblio: {
Expand Down
Loading