The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Accessibility within EC Pro

HojungA
Mega Contributor

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?

1 REPLY 1

YaswanthKurre
Tera Guru

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