Skip to content

Commit b7a466d

Browse files
authored
docs: html tags updated (#27164)
1 parent 8c5b72e commit b7a466d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components-examples/material/chips/chips-form-control/chips-form-control-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
</mat-form-field>
2222

2323
<p>
24-
<b>The following keywords are entered:</b> {{formControl.value}}
24+
<strong>The following keywords are entered:</strong> {{formControl.value}}
2525
</p>

src/components-examples/material/form-field/form-field-label/form-field-label-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<mat-option>-- None --</mat-option>
2929
<mat-option value="option">Option</mat-option>
3030
</mat-select>
31-
<mat-label><mat-icon>favorite</mat-icon> <b> Fancy</b> <em> label</em></mat-label>
31+
<mat-label><mat-icon>favorite</mat-icon> <strong> Fancy</strong> <em> label</em></mat-label>
3232
</mat-form-field>
3333
</div>
3434
</form>

src/dev-app/input-modality/input-modality-detector-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Input Modality</h2>
99

1010
<p>
1111
Detected input modality:
12-
<b>{{_modality || '(unknown)'}}</b>
12+
<strong>{{_modality || '(unknown)'}}</strong>
1313
</p>
1414

1515
<button mat-raised-button>Launch</button>

src/dev-app/input/input-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h4>Textarea</h4>
315315
<mat-form-field>
316316
<input matInput>
317317
<mat-label>
318-
I <mat-icon>favorite</mat-icon> <b>bold</b> label
318+
I <mat-icon>favorite</mat-icon><strong>bold</strong> label
319319
</mat-label>
320320
<mat-hint>
321321
I also <mat-icon>home</mat-icon> <em>italic</em> hint labels

0 commit comments

Comments
 (0)