diff options
Diffstat (limited to 'files/ru/tools/storage_inspector/index.html')
-rw-r--r-- | files/ru/tools/storage_inspector/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/tools/storage_inspector/index.html b/files/ru/tools/storage_inspector/index.html index 1dea4ac3a2..72b5167036 100644 --- a/files/ru/tools/storage_inspector/index.html +++ b/files/ru/tools/storage_inspector/index.html @@ -40,7 +40,7 @@ translation_of: Tools/Storage_Inspector <p><img alt="" src="https://mdn.mozillademos.org/files/12824/storage-ui.png" style="display: block; height: 657px; margin-left: auto; margin-right: auto; width: 931px;"></p> -<h3 id="Storage_tree"><a name="storage-tree">Storage tree</a></h3> +<h3 id="Storage_tree"><a>Storage tree</a></h3> <p>The storage tree lists all the storage types that the Storage Inspector can inspect:</p> @@ -64,7 +64,7 @@ translation_of: Tools/Storage_Inspector <p>Clicking on a tree item will display detailed information about that item in the Table Widget on the right. For example, clicking on an origin which is a child of the Cookies storage type will show all the cookies belonging to that domain.</p> -<h3 id="Table_Widget"><a name="table-widget">Table Widget</a></h3> +<h3 id="Table_Widget"><a>Table Widget</a></h3> <p>The table widget is the place where all the items corresponding to the selected tree item (be it an origin, or database) are listed. Depending on the storage type and tree item, the number of columns in the table might differ.</p> @@ -146,7 +146,7 @@ translation_of: Tools/Storage_Inspector <p><img alt="" src="https://mdn.mozillademos.org/files/13623/IDB-delete-error-message.png" style="display: block; height: 235px; margin: 0px auto; width: 900px;"></p> -<h3 id="Sidebar"><a name="sidebar">Sidebar</a></h3> +<h3 id="Sidebar"><a>Sidebar</a></h3> <p>When you select any row in the Storage table widget, the sidebar is shown with details about that row. If a cookie is selected, it will list all the details about that cookie.</p> |