Forum Discussion
CassandraLee
1 year agoCommunity Member
How to add iframe title?
Our Higher-Ed client performed 508 testing on our Storyline presentation. They reported that "The iframe does not have a title" as it relates to A11Y-3447. The ANDI Output states " Iframe has no acce...
MathNotermans-9
1 year agoCommunity Member
These lines of Javascript on each slide 'on Timelinestart' can change the title. Both in the HTML as in the Storyline player.
document.querySelector('title').textContent = "testtitle 1";
document.querySelector("#top-bar > h1 > div > div").textContent = "testtitle 1";
dinads
9 months agoCommunity Member
MathNotermans-9 Can you provide how to do that? Is it just a matter of adding a trigger to execute Javascript and then pasting this code in that space and retitling? I haven't used js before in articulate. Thank you!
Related Content
- 17 days ago
- 2 months ago