Skip to content

Commit

Permalink
New SC for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDawsonUK committed Feb 11, 2024
1 parent 9eb0725 commit 3a4ad63
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file modified drafts/checklist.pages
Binary file not shown.
4 changes: 4 additions & 0 deletions drafts/guidelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -2322,6 +2322,10 @@
{
"title": "Avoiding Dependency",
"description": "Create your own clickable icons and widgets, rather than relying on third-party services to host or allow embedding within your product or service."
},
{
"title": "Third-party Preferences",
"description": "Third-party products, services, libraries, and frameworks are often a source of sustainability issues that cannot be controlled or managed by the first-party provider of a service. While many do provide benefits to a website, the need to justify their inclusion should be made not only by those creating the product or service but also be able to be controlled by the consumer. As showcased with cookies, websites or applications should provide a similar mechanism of disabling or refusing non-first-party features (with explanations of their purpose) - unless such features can be proven as critical for functionality."
}
],
"impact": "High",
Expand Down
4 changes: 4 additions & 0 deletions drafts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,10 @@ <h4>Success Criterion - Self-Hosting</h4>
<h4>Success Criterion - Avoiding Dependency</h4>
<p>Create your own clickable icons and widgets, rather than relying on third-party services to host or allow embedding within your product or service.</p>
</section>
<section class="notoc">
<h4>Success Criterion - Third-party Preferences</h4>
<p>Third-party products, services, libraries, and frameworks are often a source of sustainability issues that cannot be controlled or managed by the first-party provider of a service. While many do provide benefits to a website, the need to justify their inclusion should be made not only by those creating the product or service but also be able to be controlled by the consumer. As showcased with cookies, websites or applications should provide a similar mechanism of disabling or refusing non-first-party features (with explanations of their purpose) - unless such features can be proven as critical for functionality.</p>
</section>
<section class="notoc">
<h4>Impact &amp; Effort</h4>
<dl class="rating">
Expand Down
3 changes: 3 additions & 0 deletions drafts/quickref.html
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,9 @@ <h2>Web Development</h2>
<tr>
<td><input type="checkbox" id="3.7e"></td><td colspan="5"><label for="3.7e">Create your own clickable icons and widgets, rather than relying on third-party services to host or allow embedding within your product or service.</label></td>
</tr>
<tr>
<td><input type="checkbox" id="3.7f"></td><td colspan="5"><label for="3.7f">Third-party products, services, libraries, and frameworks are often a source of sustainability issues that cannot be controlled or managed by the first-party provider of a service. While many do provide benefits to a website, the need to justify their inclusion should be made not only by those creating the product or service but also be able to be controlled by the consumer. As showcased with cookies, websites or applications should provide a similar mechanism of disabling or refusing non-first-party features (with explanations of their purpose) - unless such features can be proven as critical for functionality.</label></td>
</tr>
<tr>
<td></td><td><strong>Impact & Effort</strong></td>
<td>High</td><td>Medium</td><td></td><td></td>
Expand Down

0 comments on commit 3a4ad63

Please sign in to comment.