Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit e85d00f

Browse files
8299147: Minor accessibility errors in the specs and man index pages
Reviewed-by: mchung, erikj
1 parent f4d7f43 commit e85d00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/Docs.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ $(foreach n, 0 1 2, \
619619
$(eval specs_bottom_rel_path := $(specs_bottom_rel_path)../) \
620620
)
621621

622-
SPECS_TOP := $(if $(filter true, $(IS_DRAFT)), <header class="draft-header">$(DRAFT_TEXT)</header>)
622+
SPECS_TOP := $(if $(filter true, $(IS_DRAFT)), <header class="draft-header" role="banner">$(DRAFT_TEXT)</header>)
623623

624624
# For all html files in $module/share/specs directories, copy and add the
625625
# copyright footer.

0 commit comments

Comments
 (0)