@@ -1567,9 +1567,9 @@ string_property_methods! {
1567
1567
/// Only present when different from parent.
1568
1568
( Language , language, set_language, clear_language) ,
1569
1569
/// If a text input has placeholder text, it should be exposed
1570
- /// through this property rather than [`name `].
1570
+ /// through this property rather than [`label `].
1571
1571
///
1572
- /// [`name `]: Node::name
1572
+ /// [`label `]: Node::label
1573
1573
( Placeholder , placeholder, set_placeholder, clear_placeholder) ,
1574
1574
/// An optional string that may override an assistive technology's
1575
1575
/// description of the node's role. Only provide this for custom control types.
@@ -1581,9 +1581,9 @@ string_property_methods! {
1581
1581
/// and assistive technologies do not support this feature.
1582
1582
( StateDescription , state_description, set_state_description, clear_state_description) ,
1583
1583
/// If a node's only accessible name comes from a tooltip, it should be
1584
- /// exposed through this property rather than [`name `].
1584
+ /// exposed through this property rather than [`label `].
1585
1585
///
1586
- /// [`name `]: Node::name
1586
+ /// [`label `]: Node::label
1587
1587
( Tooltip , tooltip, set_tooltip, clear_tooltip) ,
1588
1588
( Url , url, set_url, clear_url) ,
1589
1589
( RowIndexText , row_index_text, set_row_index_text, clear_row_index_text) ,
0 commit comments