[docs] update dart:html template files

Change-Id: I6084ba14a903945372b67f5e066ed6ed7d4e2969
CoreLibraryReviewExempt: doc only change
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345741
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Devon Carew
2024-01-12 18:17:13 +00:00
committed by Commit Queue
parent 06adfb8d6b
commit a246fbb9cb
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
///
/// The [dart:indexed_db] APIs is a recommended alternatives.
///
/// {@category Web}
/// {@category Web (Legacy)}
/// {@nodoc}
library dart.dom.web_sql;
@@ -17,7 +17,7 @@
///
/// For information on writing web apps with Dart, see https://dart.dev/web.
///
/// {@category Web}
/// {@category Web (Legacy)}
/// {@canonicalFor dart:_internal.HttpStatus}
library dart.dom.html;
@@ -69,7 +69,7 @@
/// MDN provides [API
/// documentation](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).
///
/// {@category Web}
/// {@category Web (Legacy)}
library dart.dom.indexed_db;
import 'dart:async';
@@ -9,7 +9,7 @@
/// refer to the
/// [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
///
/// {@category Web}
/// {@category Web (Legacy)}
library dart.dom.svg;
import 'dart:async';
@@ -4,7 +4,7 @@
/// High-fidelity audio programming in the browser.
///
/// {@category Web}
/// {@category Web (Legacy)}
library dart.dom.web_audio;
import 'dart:async';
@@ -4,7 +4,7 @@
/// 3D programming in the browser.
///
/// {@category Web}
/// {@category Web (Legacy)}
library dart.dom.web_gl;
import 'dart:async';
@@ -11,7 +11,7 @@
///
/// The [dart:indexed_db] APIs is a recommended alternatives.
///
/// {@category Web}
/// {@category Web (Legacy)}
/// {@nodoc}
@deprecated
library dart.dom.web_sql;