Skip to content

Commit 88942b3

Browse files
authored
Merge pull request #65 from w3c/update/split-ps
Split privacy and security considerations
2 parents 99fb84e + 3e248a4 commit 88942b3

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

dpub-aria/index.html

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
77
<script src="common/script/resolveReferences.js" class="remove"></script>
88
<script src="common/biblio.js" class="remove" defer="defer"></script>
9-
<!-- <script src="common/script/linkFix.js" class="remove"></script> -->
109
<link href="common/css/common.css" rel="stylesheet" type="text/css" />
1110
<script class="remove" src="common/script/ariaChild.js"></script>
1211
<script class="remove" src="common/script/roleInfo.js"></script>
@@ -4397,9 +4396,12 @@ <h3>Definition of Roles</h3>
43974396
</section>
43984397
</section>
43994398
<section class="informative">
4400-
<h2>Privacy and Security Considerations</h2>
4399+
<h2>Security Considerations</h2>
44014400

44024401
<p>This specification introduces no new security considerations.</p>
4402+
</section>
4403+
<section class="informative">
4404+
<h2>Privacy Considerations</h2>
44034405

44044406
<p>
44054407
In accordance with <a href="https://w3ctag.github.io/design-principles/#do-not-expose-use-of-assistive-tech">Web Platform Design Principles</a>, this specification provides no programatic
@@ -4409,32 +4411,6 @@ <h2>Privacy and Security Considerations</h2>
44094411
technologies.
44104412
</p>
44114413
</section>
4412-
<!-- <section class="appendix informative" id="exit_criteria">
4413-
<h2>Candidate Recommendation Exit Criteria</h2>
4414-
<p>For this specification to be advanced to Proposed Recommendation, it has to be proven that roles defined
4415-
in this specification have sufficient usage by the target communities. More specifically, it has to be
4416-
documented that <em>each</em>
4417-
<a href="#roles">Digital Publishing Role</a> is used (at least in preliminary prototypes, not
4418-
necessarily in full production yet) by two, independent document author/publisher as a means to
4419-
structure document, where “usage” means: </p>
4420-
4421-
<ul>
4422-
<li>the <code>role</code> attribute value is used, as defined in this specification; or, as a
4423-
fallback</li>
4424-
<li>the <code>epub:type</code> attribute, defined for the purpose of <a
4425-
href="http://www.idpf.org/epub/31/spec/epub-contentdocs.html#sec-xhtml-semantic-inflection"
4426-
>Semantic Inflection</a> in [[EPUB-Content]], is used with the related value (when specified in
4427-
the detailed specification of the role) in the <a
4428-
href="https://idpf.github.io/epub-vocabs/structure/">EPUB Structural Semantic Vocabulary</a>
4429-
[[EPUB-SSV]]. </li>
4430-
</ul>
4431-
4432-
<p> In the case where the <code>epub:type</code> attribute is used, the author/publisher should also clearly
4433-
state that the plan is to replace <code>epub:type</code> by the ARIA <code>role</code> attribute when
4434-
this specification is published as a Recommendation. Furthermore, it is also required that at least two,
4435-
independent authors/publishers use a comprehensive, although not necessarily complete, set of
4436-
<code>role</code> attribute (as opposed to <code>epub:type</code>). </p>
4437-
</section>-->
44384414
<section class="appendix informative" id="changelog">
44394415
<h2>Change Log</h2>
44404416

0 commit comments

Comments
 (0)