From a535f077fe24345614cbcfee596e4fe99b1f94d9 Mon Sep 17 00:00:00 2001 From: Mithra <50359897+GsnMithra@users.noreply.github.com> Date: Tue, 19 Dec 2023 01:50:34 +0530 Subject: [PATCH] adding alt attributes to img tags (#5363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below. --- - [ Yes ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [ Yes ] This PR doesn’t contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [ Yes ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
Contribution guidelines:
- See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/doc/code-excerpts.md) indicated by ` --- src/index.html | 34 ++++++++++---------- src/null-safety/understanding-null-safety.md | 10 +++--- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/index.html b/src/index.html index 75e3e927d6..61ddbc59ed 100644 --- a/src/index.html +++ b/src/index.html @@ -14,13 +14,13 @@ type='video/webm;codecs="vp8, vorbis"' /> - + Paint your UI
- + Paint your UI to life
@@ -52,7 +52,7 @@
-
+
Multiplatform performance
Optimized
for UI
Develop with a programming language specialized around the needs of user interface creation @@ -61,7 +61,7 @@
-
+
Client optimised
Productive
development
Make changes iteratively: use hot reload to see the result instantly in your running app @@ -70,7 +70,7 @@
-
+
Productive development
Fast on all
platforms
Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript @@ -86,12 +86,12 @@
- + Async await functions
- + Hot reload changes
- + Compiling dart file