Skip to content

Commit 0482421

Browse files
authored
Update index.html
1 parent 51e78ee commit 0482421

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,19 +4189,19 @@ <h4 itemprop="description" style="margin:12px">The volume of a pyramid can be ca
41894189
<meta itemprop="description" content="Calculte the volume of a pyramid from its height and number and length of bottom edges.">
41904190
<meta itemprop="disambiguatingDescription" content="Exact volume of base*height/sqrt(8), instead of the base*height/3 approximate.">
41914191
<meta itemprop="usageInfo" content="Enter the height and the number and the length of the bottom edges">
4192-
<label for="pyramid-side-number">Number of sides:</label>
4192+
<meta itemprop="interactivityType" content="Active">
4193+
<meta itemprop="accessibilityControl" content="fullKeyboardControl">
4194+
<div itemprop="assesses" itemscope itemtype="https://schema.org/DefinedTerm">
4195+
<div itemprop="about" itemscope itemtype="https://schema.org/Observation">
4196+
<meta itemprop="measurementTechnique" content="Comparing the pyramid to a cube via the coefficient of a cone with a polygonal base.">
4197+
<label itemprop="measuredProperty" for="pyramid-side-number">Number of sides:</label>
41934198
<input id="pyramid-side-number" type="number" value="4" step="1">
41944199
<br>
41954200
<label itemprop="measuredProperty" for="pyramid-base-edge-length">Base edge length:</label>
41964201
<input id="pyramid-base-edge-length" type="number" value="1" step="any">
41974202
<br>
41984203
<label itemprop="measuredProperty" for="pyramid-height">Height:</label>
41994204
<input id="pyramid-height" type="number" value="1" step="any">
4200-
<meta itemprop="interactivityType" content="Active">
4201-
<meta itemprop="accessibilityControl" content="fullKeyboardControl">
4202-
<div itemprop="assesses" itemscope itemtype="https://schema.org/DefinedTerm">
4203-
<div itemprop="about" itemscope itemtype="https://schema.org/Observation">
4204-
<meta itemprop="measurementTechnique" content="Comparing the pyramid to a cube via the coefficient of a cone with a polygonal base.">
42054205
<br><br>
42064206
<p itemprop="measuredProperty" id="pyramid-volume">Volume</p>
42074207
</div>

0 commit comments

Comments
 (0)