Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Has Ver 4 started checking ending HTML tags?

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από sparky333

more options

I left the > off a
tag and in Ver 3.6.x it is no problem. In Ver 4, 5 and 6, it is. In this case, it was the tag just before a <form> tab and the Submit button does not work.

I left the > off a <br> tag and in Ver 3.6.x it is no problem. In Ver 4, 5 and 6, it is. In this case, it was the tag just before a <form> tab and the Submit button does not work. <br <form method=post action=post.php>

Επιλεγμένη λύση

Yes, if the HTML5 parser is enabled (pref html5.parser.enable) then a lot of such mistakes that didn't cause problems in Firefox 3 can now be causing problems.

You can usually see such minor mistakes if you inspect the page source code.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source
  • Right-click on a web page to open the right-click context menu and select Page Source
Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

Yes, if the HTML5 parser is enabled (pref html5.parser.enable) then a lot of such mistakes that didn't cause problems in Firefox 3 can now be causing problems.

You can usually see such minor mistakes if you inspect the page source code.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source
  • Right-click on a web page to open the right-click context menu and select Page Source
more options

Thanks cor-el. These are two things I didn't know about. I mean I knew about viewing the page source, but didn't know it shows bad tag construct. Too bad it doesn't alert for missing ending tags, eh?

Τροποποιήθηκε στις από το χρήστη sparky333