View Single Post
Old 06-12-2018, 12:20 PM   #3
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 843
Karma: 3335974
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by KevinH View Post
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.

Last edited by BeckyEbook; 06-12-2018 at 12:24 PM.
BeckyEbook is online now   Reply With Quote