GtkLabelAccessible: Implement AtkHypertext
This commit makes the label accessible implement AtkHypertext, which returns a AtkHyperlink object for each link in the text. At the same time, add AtkHyperlinkImpl objects as children to the label accessible. Also some private API to indicate that links have changed, and call that from GtkLabel when needed. Adjust expected output of the affected a11y tests. https://bugzilla.gnome.org/show_bug.cgi?id=721410 https://bugzilla.gnome.org/show_bug.cgi?id=721421
This commit is contained in:
		| @ -58,3 +58,4 @@ window1 | ||||
|                           variant: <omitted> | ||||
|                           weight: <omitted> | ||||
|                           wrap-mode: word | ||||
|       <AtkHypertext> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen