From ef879c72dfbadac2a8ffff32730930c2028d9694 Mon Sep 17 00:00:00 2001 From: gterzian <2792687+gterzian@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:59:12 +0700 Subject: [PATCH 1/4] setup pages Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com> --- docs/COMMAND_LINE_ARGS.md | 7 -- docs/HACKING_QUICKSTART.md | 5 - docs/ORGANIZATION.md | 6 - docs/STYLE_GUIDE.md | 6 - docs/components/style.md | 6 - docs/components/webxr.md | 6 - docs/debugging.md | 6 - docs/glossary.md | 6 - docs/index.html | 28 +++++ docs/media/avplayback.md | 104 ------------------ docs/media/images/modular-routing1.png | Bin 3259 -> 0 bytes docs/media/images/webaudiopipeline.png | Bin 7623 -> 0 bytes .../media/images/webaudiopipeline_decoder.png | Bin 10594 -> 0 bytes docs/media/overview.md | 12 -- docs/media/webaudio.md | 87 --------------- 15 files changed, 28 insertions(+), 251 deletions(-) delete mode 100644 docs/COMMAND_LINE_ARGS.md delete mode 100644 docs/HACKING_QUICKSTART.md delete mode 100644 docs/ORGANIZATION.md delete mode 100644 docs/STYLE_GUIDE.md delete mode 100644 docs/components/style.md delete mode 100644 docs/components/webxr.md delete mode 100644 docs/debugging.md delete mode 100644 docs/glossary.md create mode 100644 docs/index.html delete mode 100644 docs/media/avplayback.md delete mode 100644 docs/media/images/modular-routing1.png delete mode 100644 docs/media/images/webaudiopipeline.png delete mode 100644 docs/media/images/webaudiopipeline_decoder.png delete mode 100644 docs/media/overview.md delete mode 100644 docs/media/webaudio.md diff --git a/docs/COMMAND_LINE_ARGS.md b/docs/COMMAND_LINE_ARGS.md deleted file mode 100644 index 80626fdf5fa..00000000000 --- a/docs/COMMAND_LINE_ARGS.md +++ /dev/null @@ -1,7 +0,0 @@ -# Command line arguments - -Moved to the Servo book: - -- [Running servoshell](https://book.servo.org/running-servoshell.html) -- Hacking on Servo - - [Running servoshell](https://book.servo.org/hacking/running-servoshell.html) diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md deleted file mode 100644 index 94a247b128b..00000000000 --- a/docs/HACKING_QUICKSTART.md +++ /dev/null @@ -1,5 +0,0 @@ -# Hacking Servo - Quickstart - -Moved to the Servo book: - -- [Hacking on Servo](https://book.servo.org/hacking/mach.html) diff --git a/docs/ORGANIZATION.md b/docs/ORGANIZATION.md deleted file mode 100644 index 4f955b33c2a..00000000000 --- a/docs/ORGANIZATION.md +++ /dev/null @@ -1,6 +0,0 @@ -# Servo’s directory structure - -Moved to the Servo book: - -- Servo’s architecture - - [Directory structure](https://book.servo.org/architecture/directory-structure.html) diff --git a/docs/STYLE_GUIDE.md b/docs/STYLE_GUIDE.md deleted file mode 100644 index 8f011f5a64f..00000000000 --- a/docs/STYLE_GUIDE.md +++ /dev/null @@ -1,6 +0,0 @@ -# Style Guide - -Moved to the Servo book: - -- Pre-book docs - - [docs/STYLE_GUIDE.md](https://book.servo.org/old/STYLE_GUIDE.html) diff --git a/docs/components/style.md b/docs/components/style.md deleted file mode 100644 index 6b63b9a96ba..00000000000 --- a/docs/components/style.md +++ /dev/null @@ -1,6 +0,0 @@ -# Servo's style system overview - -Moved to the Servo book: - -- Servo’s architecture - - [Style](https://book.servo.org/architecture/style.html) diff --git a/docs/components/webxr.md b/docs/components/webxr.md deleted file mode 100644 index 85faba5e5d9..00000000000 --- a/docs/components/webxr.md +++ /dev/null @@ -1,6 +0,0 @@ -# How WebXR works in Servo - -Moved to the Servo book: - -- Servo’s architecture - - [WebXR](https://book.servo.org/architecture/webxr.html) diff --git a/docs/debugging.md b/docs/debugging.md deleted file mode 100644 index ed93c46cd2d..00000000000 --- a/docs/debugging.md +++ /dev/null @@ -1,6 +0,0 @@ -# Servo debugging guide - -Moved to the Servo book: - -- Hacking on Servo - - [Debugging](https://book.servo.org/hacking/debugging.html) diff --git a/docs/glossary.md b/docs/glossary.md deleted file mode 100644 index b6bea10a1f9..00000000000 --- a/docs/glossary.md +++ /dev/null @@ -1,6 +0,0 @@ -# Glossary - -Moved to the Servo book: - -- Pre-book docs - - [docs/glossary.md](https://book.servo.org/old/glossary.html) diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000000..c10a5c0cfb1 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,28 @@ + + + + + + Servo WebNN Conformance Report + + + +
+

No report generated yet. Run python scratchpad/runwpt2.py to generate results.

+
+ + \ No newline at end of file diff --git a/docs/media/avplayback.md b/docs/media/avplayback.md deleted file mode 100644 index 90e5235e394..00000000000 --- a/docs/media/avplayback.md +++ /dev/null @@ -1,104 +0,0 @@ -# A/V Playback through HTMLMediaElement - -Media elements are used to present audio and/or video data to the user. The [HTMLMediaElement](https://html.spec.whatwg.org/multipage/media.html#htmlmediaelement) interface adds to [HTMLElement](https://html.spec.whatwg.org/multipage/dom.html#htmlelement) the properties and methods needed to support basic media-related capabilities that are common to audio and video. The [HTMLVideoElement](https://html.spec.whatwg.org/multipage/media.html#htmlvideoelement) (`