Quote:
Originally Posted by KevinH
When you exit the nav (move focus to outside the nav document) did you leave it in a legal state? Or must only a partial tag in head be present?
|
I do not want to leave the nav file.
I want to continue writing ...
<style type="text/css"> etc.
Exactly when I write "title" or "style" in an open tag the nav file is reset.
ADDED:
When I paste:
Code:
<style type="text/css">
nav#landmarks, nav#page-list { display:none; }
ol { list-style-type: none; }
</style>
All is OK.
But when I paste (or write) only the opening tag:
Code:
<style type="text/css">
nav file is reset.