From 5e1d524aa47670e3bb835ecf2babe455d725f9eb Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 27 Jun 2024 08:50:58 -0600 Subject: [PATCH] Add type validation info to markdown file --- type_validation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/type_validation.md b/type_validation.md index 6d69d19f..a1fad1b6 100644 --- a/type_validation.md +++ b/type_validation.md @@ -32,3 +32,4 @@ We leverage [zbus-lockstep](https://github.com/luukvanderduim/zbus-lockstep/) to | `ScrollType` | ✓ | `Component::ScrollTo` argument `type`| | `Politeness` | ✓ | `Event.Object::Announcement` argument `politeness`| | `ObjectMatchRule` | ⚠ | `Collection::GetMatches` argument 'rule' contains `Vec` and `StateSet` which are defined as "ai", but `Role` and `StateSet` are not.| +| `TextSelection` | ✓ | `Document::GetTextSelections` argument `selections` contains `Vec`