Jonas Jenwald
03757d82b7
Replace element id
s with custom attributes for Widget-annotations (issue 15056)
...
We want to avoid adding regular `id`s to Annotation-elements, since that means that they become "linkable" through the URL hash in a way that's not supported/intended. This could end up clashing with "named destinations", and that could easily lead to bugs; see issue 11499 and PR 11503 for some context.
Rather than using `id`s, we'll instead use a *custom* `data-element-id` attribute such that it's still possible to access the Annotation-elements directly.
Unfortunately these changes required updating most of the integration-tests, and to reduce the amount of repeated code a couple of helper functions were added.
2022-06-18 16:43:05 +02:00
..
2022-06-11 11:17:08 +02:00
2015-01-26 16:44:45 +01:00
2022-06-16 19:53:07 +02:00
2022-06-12 13:07:03 +02:00
2022-06-07 17:02:11 +02:00
2022-06-12 13:07:03 +02:00
2022-06-18 11:29:21 +02:00
2022-06-16 16:11:47 +02:00
2022-06-13 10:47:37 +02:00
2022-06-12 13:07:03 +02:00
2015-08-14 18:59:55 +02:00
2022-03-28 11:36:31 +02:00
2011-07-05 10:53:57 -07:00
2022-04-16 14:16:39 +02:00
2022-06-12 13:07:03 +02:00
2022-06-04 18:20:11 +02:00
2022-06-12 13:07:03 +02:00
2021-12-15 17:18:57 +01:00
2022-06-12 13:07:03 +02:00
2022-06-12 13:07:03 +02:00
2022-01-23 19:53:01 +01:00
2022-03-12 17:25:45 +01:00
2021-12-15 23:14:25 +01:00
2022-06-12 13:07:03 +02:00
2022-06-04 18:20:11 +02:00
2022-06-04 21:48:11 +02:00
2022-06-13 10:47:37 +02:00
2022-03-28 11:36:31 +02:00
2022-06-12 13:07:03 +02:00
2022-03-06 16:06:53 +01:00
2022-05-28 12:39:49 +02:00
2022-03-31 23:12:56 +02:00
2022-05-28 16:50:03 +02:00
2019-12-26 12:34:24 +01:00
2022-04-05 14:13:20 +02:00
2022-06-12 13:07:03 +02:00
2022-03-04 12:11:52 +01:00
2022-06-12 13:07:03 +02:00
2022-06-16 16:11:47 +02:00
2022-05-05 11:53:09 +02:00
2022-06-12 13:07:03 +02:00
2021-12-15 23:17:08 +01:00
2022-06-18 16:43:05 +02:00
2022-05-25 09:55:54 +02:00
2022-05-27 11:36:01 +02:00
2022-06-12 13:07:03 +02:00
2022-05-26 10:07:27 +02:00
2022-02-19 09:41:04 +01:00
2022-06-04 18:20:11 +02:00
2021-10-12 13:45:19 +02:00
2019-12-26 12:34:24 +01:00
2022-03-12 17:25:45 +01:00
2022-06-12 13:07:03 +02:00
2022-05-07 22:45:56 +02:00
2022-06-12 13:07:03 +02:00
2022-06-13 10:47:37 +02:00
2022-03-24 14:20:27 +01:00
2022-06-12 13:07:03 +02:00
2022-06-09 19:35:59 +02:00
2022-06-09 21:21:19 +02:00
2020-03-21 13:55:06 +01:00
2017-05-31 09:22:25 -05:00
2022-03-28 11:36:29 +02:00
2019-01-23 20:33:20 +01:00
2016-02-14 13:23:34 +01:00
2017-05-31 09:22:25 -05:00
2022-06-09 19:35:59 +02:00
2022-06-09 19:35:59 +02:00
2022-06-18 09:43:23 +02:00
2022-06-07 17:02:11 +02:00
2022-06-12 13:07:03 +02:00