![]() Preserved Topic: XHTML 1.1 - strict  | 
  |
|---|---|
| Author | Thread | 
| 
       Bipolar (III) Inmate From: Berlin, Germany  | 
    
       
  posted 01-04-2002 02:51
      
      Ok, here is my website and i want to know why the w3c validator displays error messages... I cannot find the reason. Just click the XHTML 1.1 link at the bottom right.  | 
  
| 
       Maniac (V) Mad Scientist From:   | 
    
       
  posted 01-04-2002 03:34
      
      Looks good in Opera 5.  | 
  
| 
       Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing  | 
    
       
  posted 01-04-2002 03:46
      
      u-neek: I can only suggest you try spaces or new lines (I'm not sure why most of those errors occur - it may be something in the spec: Check out briggl's tutorial at GN pos.??).  | 
  
| 
       Maniac (V) Mad Scientist From:   | 
    
       
  posted 01-04-2002 03:54
      
      I got it, but I can't explain it.  | 
  
| 
       Nervous Wreck (II) Inmate From: Colorado Springs, CO, USA  | 
    
       
  posted 01-04-2002 04:17
      
      First thing I want to ask is why you are using strict? This page would be fine as transitional. Use this as your basic setup (this is my default template):  | 
  
| 
       Bipolar (III) Inmate From: Berlin, Germany  | 
    
       
  posted 01-04-2002 11:22
      
      rhun: Of course i want to have a strict XHTML 1.1 page.    | 
  
| 
       Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing  | 
    
       
  posted 01-04-2002 15:35
      
      u-neek: I'm not sure I understand your reply (slow Emperor) but what I meant was something like: code: target="_blank"? 
  | 
  
| 
       Bipolar (III) Inmate From: Berlin, Germany  | 
    
       
  posted 01-04-2002 17:42
      
      Emperor, the target-think is not allowed in XHTML 1.1 anymore...  | 
  
| 
       Maniac (V) Mad Scientist From:   | 
    
       
  posted 01-04-2002 18:28
      
      It's been a long time since i've dealt with frames, but isn't that allowable with the frameset DTD?  | 
  
| 
       Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing  | 
    
       
  posted 01-04-2002 21:47
      
      u-neek: Ahh I see. Try using JavaScript. I've been fiddling with something similar for IFRAMEs and something along the lines of parent.frames[FRAMENAME].location.href=URL should work although it doesn't seem to work with Op5.  | 
  
| 
       Maniac (V) Mad Scientist From:   | 
    
       
  posted 01-05-2002 04:03
      
      Heh. Yeah, I've got the W3C docs on my harddrive. Not quite layman enough for me. My light just hasn't gone on yet. I don't know the differences between div and span, so that doesn't help me either. I can get work done, but I'm still feeling my way around in the dark.  | 
  
| 
       Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing  | 
    
       
  posted 01-05-2002 20:42
      
      wj: I thought you might have the specs but it was worth a go. How about:  | 
  
| 
       Maniac (V) Mad Scientist From:   | 
    
       
  posted 01-05-2002 20:55
      
      I think I'm starting to really get it. For example:  | 
  
| 
       Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing  | 
    
       
  posted 01-06-2002 20:59
      
      wj: That is, sort of, my understanding. It would be awfully tempting to, e.g., make a couple of paragraphs bold by wrapping them in bold tags but it would be, strictly, wrong. I've seen designs where people open a font tag after the body tag and close it at the end - it will work in some browsers but is 'wrong' and thankfully CSS pretty much removes that temptation.  | 
  
| 
       Bipolar (III) Inmate From: Berlin, Germany  | 
    
       
  posted 01-23-2002 23:33
      
      
     | 
  
| 
       Lunatic (VI) Mad Scientist From: Massachusetts, USA  | 
    
       
  posted 01-24-2002 05:14
      
      Ummm... I'm pretty sure target="" is allowed in A tags in XHTML.  | 
  
| 
       Bipolar (III) Inmate From: Berlin, Germany  | 
    
       
  posted 01-24-2002 09:28
      
      No, not in XHTML 1.0 Strict, in Transitional or Frameset it is allowed. The newest version XHTML 1.1 has neither Transitional nor Frameset.  | 
  
| 
       Maniac (V) Mad Scientist From: Belgrade, Serbia  | 
    
       
  posted 01-24-2002 22:12
      
      
     |