Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
asgs115635yI feel it is nothing different when they say they know C, C++, Java or any other language
Every language (or Markup language) has its own versions and drafts. But people's mentality is to assume they know something once they are "familiar" with it, no matter how much or little they know -
@asgs Sure, but people don't go around saying they know C++98 or Java7. The version number is mostly irrelevant - you either know a language enough to be useful in it or you dont.
I just find it weird that people who consider themselves "frontend developers" place such importance on the version number - like if you claim to know CSS3 then you're automatically better than someone who knows only CSS. -
Root825995yHTML5 is just HTML4 with more tags. It isn't programming; it's structuring.
AND WITH NO SELF-CLOSING REQUIREMENT FOR EMPTY TAGS IN THE SPEC WTF -
asgs115635y@unsignedint I agree to your point.
One exception I have seen recently is some people mentioning Java 8 on their CVs especially after the release train got faster -
C0D4681385yMan, I had to learn and adhere to HTML 4.0 strict and have the damn thing validate.
That got really complicated when css 2 became the norm over table layouts.
Then I just gave up trying with html5, seeing as everyone forgot what valid HTML/CSS actually is anymore. -
Root825995y@theuser Irrelevant. Empty tags should always be closed. This way the parser doesn't need to know which tags are and which aren't empty (or worse yet: which can optionally be empty). It also allows forward-compatibility because the parser can simply ignore any tags it doesn't understand. If it assumes the tag accepts content and nests everything following it under the tag, that will lead to undefined and incorrect behavior. If the tag is self-closing that will never happen.
Principle of least surprise. -
Wisecrack9985107dTheres so many standards, that it's a good rule of thumb, if they can't name the version, then they're bluffing.
Related Rants
-
TheAsianDev11First day of work. I would think that the company would have prepared a bloody workstation for me but hey, did...
-
querellaMMXII5Just got an email accusing me of not implementing a feature that is quite clearly implemented. It's not my fa...
-
iamroot10Just found out why people don't use windows. It's because they think it does not work. In my school we have ...
"I know HTML5 and CSS3"
Is it anyone else's experience that when people claim to know HTML[5] and CSS[3] they usually know neither HTML nor CSS well enough to be of any use?
Myself, I know HTML4.01Transitional//EN
rant
fucktards