Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod

Differential Revision: https://phabricator.services.mozilla.com/D105081
This commit is contained in:
Mike Conley
2021-02-24 02:52:30 +00:00
parent 99be577558
commit 895d964a1d
12 changed files with 63 additions and 34 deletions

View File

@@ -236,7 +236,7 @@ var StarUI = {
this._isNewBookmark = aIsNewBookmark;
this._itemGuids = null;
this._element("editBookmarkPanelTitle").value = this._isNewBookmark
this._element("editBookmarkPanelTitle").textContent = this._isNewBookmark
? gNavigatorBundle.getString("editBookmarkPanel.newBookmarkTitle")
: gNavigatorBundle.getString("editBookmarkPanel.editBookmarkTitle");