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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user