diff --git a/src/cdk/stepper/step-header.ts b/src/cdk/stepper/step-header.ts
index b758390d5aa7..a636156756f2 100644
--- a/src/cdk/stepper/step-header.ts
+++ b/src/cdk/stepper/step-header.ts
@@ -11,9 +11,6 @@ import {FocusableOption} from '@angular/cdk/a11y';
@Directive({
selector: '[cdkStepHeader]',
- host: {
- 'role': 'tab',
- },
})
export class CdkStepHeader implements FocusableOption {
_elementRef = inject>(ElementRef);
diff --git a/src/dev-app/stepper/stepper-demo.html b/src/dev-app/stepper/stepper-demo.html
index 1dd2a5e94cda..65dded03a1a0 100644
--- a/src/dev-app/stepper/stepper-demo.html
+++ b/src/dev-app/stepper/stepper-demo.html
@@ -1,3 +1,4 @@
+Stepper Demo
Disable linear mode
@@ -23,7 +24,7 @@
-Linear Stepper Demo using a single form
+Linear Stepper Demo using a single form
-Linear Horizontal Stepper Demo using a different form for each step
+Linear Horizontal Stepper Demo using a different form for each step
Linear Horizontal Stepper Demo using a different form for each step
-Vertical Stepper Demo
+Vertical Stepper Demo
Make steps non-editable
@@ -184,7 +185,7 @@ Vertical Stepper Demo
-Horizontal Stepper Demo with Text Label
+Horizontal Stepper Demo with Text Label
@@ -231,7 +232,7 @@ Horizontal Stepper Demo with Text Label
-Horizontal Stepper Demo with Templated Label
+Horizontal Stepper Demo with Templated Label
@for (step of steps; track step) {
@@ -248,7 +249,7 @@ Horizontal Stepper Demo with Templated Label
}
-Stepper with autosize textarea
+Stepper with autosize textarea
diff --git a/src/material/stepper/step-header.ts b/src/material/stepper/step-header.ts
index 19efe841a043..11ff8a2a7374 100644
--- a/src/material/stepper/step-header.ts
+++ b/src/material/stepper/step-header.ts
@@ -35,7 +35,6 @@ import {_CdkPrivateStyleLoader, _VisuallyHiddenLoader} from '@angular/cdk/privat
host: {
'class': 'mat-step-header',
'[class]': '"mat-" + (color || "primary")',
- 'role': 'tab',
},
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
diff --git a/src/material/stepper/stepper.html b/src/material/stepper/stepper.html
index a75e48522600..307ac4d39c58 100644
--- a/src/material/stepper/stepper.html
+++ b/src/material/stepper/stepper.html
@@ -11,7 +11,7 @@
@switch (orientation) {
@case ('horizontal') {
-