Skip to content

Commit 513c2bf

Browse files
committed
patterns cd
1 parent 6aa386a commit 513c2bf

File tree

8 files changed

+1874
-35
lines changed

8 files changed

+1874
-35
lines changed

_data/stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cds: 215
2-
cdsymbols: 1590
1+
cds: 217
2+
cdsymbols: 1598
33
cdgroups: 20

cd/intent.html

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,10 @@
1616
thisLevela.style.backgroundColor = "#AAFFAA";}
1717
}
1818
</script>
19-
<style>
20-
#dynamic {display:none}
21-
</style>
22-
<script>
23-
function omsym(){
24-
if(window.location.hash) {
25-
document.getElementById("dynamic").style.display="block";
26-
document.getElementById("dynamic.h2").textContent=window.location.hash.substr(1);
27-
document.getElementById("dynamic.h2").parentNode.id=window.location.hash.substr(1);
28-
} else {
29-
document.getElementById("dynamic").style.display="none";
30-
}
31-
}
32-
</script>
3319
<title>intent</title>
3420
<link rel="stylesheet" href="https://openmath.org/cd/omcd.css" type="text/css"/>
3521
</head>
36-
<body class="theme-base-odk" onhashchange="omsym();">
22+
<body class="theme-base-odk">
3723
<div class="sidebar">
3824
<div class="container">
3925
<div class="sidebar-about">
@@ -183,22 +169,8 @@ <h1>OpenMath Content Dictionary: intent</h1>
183169
Experimental dynamic CD tracking MathML4 intent values.
184170
</p>
185171

186-
<div id="dynamic">
187-
<h2 id="_"><span id="dynamic.h2"></span></h2>
188-
<dl>
189-
<dt>
190-
<span class="dt">Description:</span>
191-
</dt>
192-
<dd>
193-
A symbol referenced from a MathML <code>intent</code> attribute.
194-
</dd>
195-
</dl>
196-
</div>
197172

198173
</div>
199174
</div>
200-
<script>
201-
omsym();
202-
</script>
203175
</body>
204-
</html>
176+
</html>

0 commit comments

Comments
 (0)