Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/collections/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the parent browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the parent browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand All @@ -691,7 +691,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the top browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the top browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions element/a/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the parent browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the parent browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand All @@ -193,7 +193,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the top browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the top browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions element/area/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the parent browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the parent browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand All @@ -370,7 +370,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the top browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the top browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions element/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the parent browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the parent browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand All @@ -145,7 +145,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the top browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the top browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand Down
4 changes: 2 additions & 2 deletions element/form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the parent browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the parent browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand All @@ -402,7 +402,7 @@ <h4 class="value-name">
</code>
</h4>
<div class="value-description">
<p>Opens in the top browsing context, or <code>_self</code> is there is none.</p>
<p>Opens in the top browsing context, or <code>_self</code> if there is none.</p>

</div>
</header>
Expand Down