Click to See Complete Forum and Search --> : Why won't the first target validate
Reli4nt
05-21-2006, 11:00 PM
Anyone know why the first target tag on my page (no matter where or how many occur) triggers an error whenever I try to validate?
I'm using xhtml 1.0 strict and everything clears except this.
Is it a bug?
http://www.clickflicks.net/new_design.php
ray326
05-21-2006, 11:19 PM
I think it's a validator error and target should never be valid for XHTML strict.
kenkam
05-24-2006, 10:22 PM
http://liorean.web-graphics.com/xhtml/comparison.loose-strict.html
"Attribute target removed in xhtml strict"
Reli4nt
05-24-2006, 11:27 PM
yeah, I miss it though. I figured out to open up a page with a frame to keep the client on my site but let them foray into another. Anyone know a better idea?
kenkam
05-24-2006, 11:32 PM
Don't use strict? Use transitional?
Reli4nt
05-25-2006, 01:38 AM
transitional feels doomed to me. Like I'm buyign a 16 year old dog when i could just buy a puppy
kenkam
05-25-2006, 04:12 AM
Feel doomed? Why is that? Many sites out there use transitional. There's nothing wrong with that.
Reli4nt
05-25-2006, 09:51 AM
Transitional implies temporary and short-lived. It exists and a bridge between what was and what will be.
I'd rather just cross the bridge than to camp out in the middle of it.
kenkam
05-25-2006, 10:00 AM
Fair enough.
Perhaps over the other side of the bridge, target="xxx" doesn't exist...
You'll either have to camp out in the middle, or don't use target at all.
AH! I suppose you could use javascript to do that for you.
http://www.456bereastreet.com/archive/200605/opening_new_windows_with_javascript_version_11/
This might just solve all your xhtml strict woes!