Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["packages/*"]
resolver = "2"

[workspace.package]
authors = ["Rust For Web <info@rustforweb.org>"]
authors = ["Rust for Web <info@rustforweb.org>"]
edition = "2024"
license = "MIT"
repository = "https://github.com/RustForWeb/dom"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Rust For Web
Copyright (c) 2024 Rust for Web

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ TODO

This project is available under the [MIT license](LICENSE.md).

## Rust For Web
## Rust for Web

The Rust DOM project is part of [Rust For Web](https://github.com/RustForWeb).
The Rust DOM project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rustforweb/dom",
"description": "Rust port of various DOM libraries.",
"author": "Rust For Web <info@rustforweb.org>",
"author": "Rust for Web <info@rustforweb.org>",
"repository": "github:RustForWeb/dom",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/aria-hidden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Rust ARIA Hidden is a Rust port of [aria-hidden](https://www.npmjs.com/package/a

Hides from ARIA everything, except provided node(s). Helps to isolate modal dialogs and focused task - the content will be not accessible using accessible tools.

## Rust For Web
## Rust for Web

The Rust ARIA Hidden project is part of [Rust For Web](https://github.com/RustForWeb).
The Rust ARIA Hidden project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/aria-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Rust ARIA Query is a Rust port of [ARIA Query](https://www.npmjs.com/package/ari

ARIA Query provides programmatic access to the [WAI-ARIA 1.2 Roles Model](https://www.w3.org/TR/wai-aria-1.2/#roles).

## Rust For Web
## Rust for Web

The Rust ARIA Query project is part of [Rust For Web](https://github.com/RustForWeb).
The Rust ARIA Query project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/dom-accessibility-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Rust Accessibility API is a Rust port of [dom-accessibility-api](https://www.npm

Computes the accessible name or description of a given DOM Element.

## Rust For Web
## Rust for Web

The Rust Accessibility API project is part of [Rust For Web](https://github.com/RustForWeb).
The Rust Accessibility API project is part of [Rust for Web](https://github.com/RustForWeb).

[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
[Rust for Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.
Loading