Skip to content

Commit 8f235c3

Browse files
Merge pull request #147 from TREEcg/Minus-markdown
SHA: 83b943a Reason: push, by pietercolpaert Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8e26e7 commit 8f235c3

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

shape-topologies.html

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>The Shape Topologies algorithm</title>
66
<meta content="CG-DRAFT" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
8-
<meta content="Bikeshed version 9a7a6709a, updated Tue May 27 16:45:34 2025 -0700" name="generator">
8+
<meta content="Bikeshed version 275834c42, updated Wed Jun 11 14:18:15 2025 -0700" name="generator">
99
<link href="https://w3id.org/tree/specification/shape-topologies" rel="canonical">
1010
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
11-
<meta content="91f40337e716db02829598a2117ec478afcda40f" name="revision">
11+
<meta content="83b943a53277ecd36c936c293406bc354419062a" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>/* Boilerplate: style-autolinks */
@@ -532,9 +532,13 @@
532532
</style>
533533
<body class="h-entry">
534534
<div class="head">
535-
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
535+
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/">
536+
<img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
537+
</a>
538+
</p>
536539
<h1 class="p-name no-ref" id="title">The Shape Topologies algorithm</h1>
537-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2025-06-11">11 June 2025</time></p>
540+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>,
541+
<time class="dt-updated" datetime="2025-06-20">20 June 2025</time></p>
538542
<details open>
539543
<summary>More details about this document</summary>
540544
<div data-fill-with="spec-metadata">
@@ -551,7 +555,8 @@ <h1 class="p-name no-ref" id="title">The Shape Topologies algorithm</h1>
551555
</div>
552556
</details>
553557
<div data-fill-with="warning"></div>
554-
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply. </p>
558+
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply.
559+
</p>
555560
<hr title="Separator for header">
556561
</div>
557562
<div class="p-summary" data-fill-with="abstract">
@@ -615,7 +620,8 @@ <h2 class="heading settled" data-level="1" id="algorithm"><span class="secno">1.
615620
<h3 class="heading settled" data-level="1.1" id="shape-topology-extraction"><span class="secno">1.1. </span><span class="content">Shape Topology extraction</span><a class="self-link" href="#shape-topology-extraction"></a></h3>
616621
<p>The Shape Topology is a structure that looks as follows:</p>
617622
<div class="example" id="example-9beae357">
618-
<a class="self-link" href="#example-9beae357"></a>
623+
<a class="self-link" href="#example-9beae357"></a>
624+
619625
<pre class="language-typescript highlight"><c- a>class</c-> ShapeTopology <c- p>{</c->
620626
closed<c- o>:</c-> <c- b>boolean</c-><c- p>;</c->
621627
requiredPaths<c- o>:</c-> <c- b>Path</c-><c- p>[];</c->
@@ -693,21 +699,31 @@ <h3 class="no-ref no-num heading settled" id="w3c-conventions"><span class="cont
693699
in the normative parts of this document
694700
are to be interpreted as described in RFC 2119.
695701
However, for readability,
696-
these words do not appear in all uppercase letters in this specification. </p>
702+
these words do not appear in all uppercase letters in this specification.
703+
704+
</p>
697705
<p>All of the text of this specification is normative
698-
except sections explicitly marked as non-normative, examples, and notes. <a data-link-type="biblio" href="#biblio-rfc2119" title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</a> </p>
706+
except sections explicitly marked as non-normative, examples, and notes. <a data-link-type="biblio" href="#biblio-rfc2119" title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</a>
707+
708+
</p>
699709
<p>Examples in this specification are introduced with the words “for example”
700710
or are set apart from the normative text
701711
with <code>class="example"</code>,
702-
like this: </p>
712+
like this:
713+
714+
</p>
703715
<div class="example" id="w3c-example">
704-
<a class="self-link" href="#w3c-example"></a>
705-
<p>This is an example of an informative example. </p>
716+
<a class="self-link" href="#w3c-example"></a>
717+
718+
<p>This is an example of an informative example.
719+
</p>
706720
</div>
707721
<p>Informative notes begin with the word “Note”
708722
and are set apart from the normative text
709723
with <code>class="note"</code>,
710-
like this: </p>
724+
like this:
725+
726+
</p>
711727
<p class="note" role="note">Note, this is an informative note.</p>
712728
</div>
713729
<script src="https://www.w3.org/scripts/TR/2021/fixup.js"></script>

0 commit comments

Comments
 (0)