Accessibility within EC Pro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I'm new to ServiceNow EC Pro, and I've been playing around with EC Pro on the lab instance.
While playing around on the Page Designer I noticed that <main> is the only available semantic tag.
Is there a way to add more or that's all there is?
If, for example, I need to use <aside> is there a way to add/use this within Page Designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @HojungA ,
You're correct -- <main> is currently the only semantic tag available directly in Page Designer. If you need to use other semantic tags like <aside> or <article>, you can't add them through Page Designer itself.
However, you can achieve this by creating a custom widget in portal. Inside the widget's HTML template, you can freely use any semantic tags you need. Once created, you can drag and drop the widget into your Page Designer layout to incorporate those tags.
Please mark this as helpful and correct, if this helps you.
Thanks,
Yaswanth