File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 align-items : flex-start;
3838 gap : 4px ;
3939
40- * : focus-visible {
41- outline : 2px solid var (--comment-focus-outline-color );
42- outline-offset : 0 ;
43- }
44-
4540 # commentManagerToolbar {
4641 width : 100% ;
4742 height : 32px ;
Original file line number Diff line number Diff line change 792792 </ div >
793793 </ dialog >
794794
795- < dialog class ="dialog commentManager " id ="commentManagerDialog ">
795+ < dialog class ="dialog commentManager " id ="commentManagerDialog " aria-labelledby =" commentManagerTitle " >
796796 < div class ="mainContainer ">
797797 < div class ="title " id ="commentManagerToolbar ">
798- < span id ="commentManagerTitle " role ="sectionhead " data-l10n-id ="pdfjs-editor-edit-comment-dialog-title-when-adding " tabindex =" 0 " > </ span >
798+ < span id ="commentManagerTitle " role ="sectionhead " data-l10n-id ="pdfjs-editor-edit-comment-dialog-title-when-adding "> </ span >
799799 </ div >
800- < textarea id ="commentManagerTextInput " data-l10n-id ="pdfjs-editor-edit-comment-dialog-text-input "> </ textarea >
800+ < textarea id ="commentManagerTextInput " data-l10n-id ="pdfjs-editor-edit-comment-dialog-text-input " tabindex =" 0 " > </ textarea >
801801 < div class ="dialogButtonsGroup ">
802802 < button id ="commentManagerCancelButton " type ="button " class ="secondaryButton " tabindex ="0 ">
803803 < span data-l10n-id ="pdfjs-editor-edit-comment-dialog-cancel-button "> </ span >
You can’t perform that action at this time.
0 commit comments