EBrown Posted October 5, 2011 Posted October 5, 2011 Using the validator at w3.org it finds several errors/improvements. Should consider using it to make sure it works 100% with all browsers.http://validator.w3.org/
Ryan H. Posted October 5, 2011 Posted October 5, 2011 For what it's worth, w3 validation does not mean cross-browser compatibility.
Jυra Posted October 5, 2011 Posted October 5, 2011 W3 says something doesn't mean it needs to be done.
Mark Posted October 5, 2011 Posted October 5, 2011 While semantic and well-structured XHTML is important and something any web developer should do, sometimes the validator flags things up which cannot be resolved. For example, Facebook uses a <link> tag with an image_src attribute to get the image to display when you share content - this isn't valid XHTML (I don't know if it's something Facebook dreamed up or a standard the W3C hasn't adopted into their specifications), and the validator will throw an error on it, but it's necessary for the feature to work.
EBrown Posted October 6, 2011 Author Posted October 6, 2011 Alright that makes sense. I was merely just trying to help. :)
Michael Posted October 6, 2011 Posted October 6, 2011 Still, it would be nice if things that could be fixed were actually fixed. I rely on the validator to make sure I haven't done something silly in my own products that work with IP.Board, and I have to remember that certain pages already will have X number of errors on them and to disregard those.
Cheshire Cat Posted October 6, 2011 Posted October 6, 2011 While semantic and well-structured XHTML is important and something any web developer should do, sometimes the validator flags things up which cannot be resolved. For example, Facebook uses a <link> tag with an image_src attribute to get the image to display when you share content - this isn't valid XHTML (I don't know if it's something Facebook dreamed up or a standard the W3C hasn't adopted into their specifications), and the validator will throw an error on it, but it's necessary for the feature to work. If W3 can't pick up the new way Facebook is done then maybe something is wrong with W3 itself.
Marcher Technologies Posted October 6, 2011 Posted October 6, 2011 If W3 can't pick up the new way Facebook is done then maybe something is wrong with W3 itself. ...Ima say reverse... Facebook does not set web standards... much as it may chagrin you, FB is NOT the internet, just because they do things a certain way does not mean at all that its the proper valid way.... FB from day 1 has universally refused to use valid xhtml in plugin code( <fb:> is NOT valid...).... laziness or some superior attitude im not certain, but FB plugin/code has never been valid.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.