Adam Posted September 9, 2009 Share Posted September 9, 2009 http://marcorogers.com/blog/08-02-2009/strange-firefox-rendering-bug Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/ Share on other sites More sharing options...
Daniel0 Posted September 9, 2009 Share Posted September 9, 2009 Hmm... I can't remember when I last made HTML comments for anything besides temporarily removing stuff. Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-915395 Share on other sites More sharing options...
zq29 Posted September 9, 2009 Share Posted September 9, 2009 I think I last used them when they were a requirement to wrap around JavaScript back in the day... Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-915400 Share on other sites More sharing options...
Adam Posted September 9, 2009 Author Share Posted September 9, 2009 Yeah me neither, only discovered it by accident. Just some people do use them religiously so it's probably worth knowing for those at least... Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-915441 Share on other sites More sharing options...
KevinM1 Posted September 9, 2009 Share Posted September 9, 2009 If I have a page with a lot of markup, I'll put in a few comments just to keep things clear for my own sanity. Otherwise, I don't use them. Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-915512 Share on other sites More sharing options...
tibberous Posted September 10, 2009 Share Posted September 10, 2009 Personally I think they are stupid, unless maybe you are using them in a template or some other kind of code that will be distributed. I use PHP comments, since they don't come through in the end output: <?php /* see.. awesome */ ?> Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-916246 Share on other sites More sharing options...
TheFilmGod Posted September 11, 2009 Share Posted September 11, 2009 Simply because one doesn't use html doesn't comments, doesn't mean one is poor at web designing. I'm getting the impression from the thread that you guys look down upon html comments as a bad thing. HTML comments are quite useful. And php comments aren't easy to play around with because you can't next php tags. Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-916477 Share on other sites More sharing options...
The Little Guy Posted September 11, 2009 Share Posted September 11, 2009 Comments are for noobs Link to comment https://forums.phpfreaks.com/topic/173638-firefox-bug-to-be-aware-of/#findComment-916529 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.