Set the name of slide as the title of the page in the browser.
Registered by
Hannes Hochreiner
The name of the slide should be set as the title of the page in the browser. Thanks to Jos Hirth for this suggestion.
Blueprint information
- Status:
- Started
- Approver:
- Hannes Hochreiner
- Priority:
- Medium
- Drafter:
- Hannes Hochreiner
- Direction:
- Approved
- Assignee:
- Hannes Hochreiner
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Blocked
- Milestone target:
- None
- Started by
- Hannes Hochreiner
- Completed by
Whiteboard
Setting the title with "document.title" works in Safari, but gives errors that block the execution of the rest of the code in FireFox and Opera.
Setting the "title" attribute of the svg node, or adding a "title" or "desc" node to the root node work without error, but do not lead to the title being displayed.
Introducing a new title node seemed to worked for Safari and does not cause an error with FireFox and Opera. However, it doesn't change the title in FireFox and Opera either.
(?)