Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Ordered List (<ol> tag) - broken numbering

  • 3 одговорa
  • 1 има овај проблем
  • 4 прегледа
  • Последњи одговор послао TyDraniu

more options

Hi everyone,

I have a strange issue with ordered list and sub ordered list, the numbering is inconsistant.

See pics for version "text" and "html" version.

The sub
    is part of the main
      but not included in the
    1. . Thunderbird do :
        <li>n°1 - main level
             <li>n°2 - main level
        <li>n°3 - main level
          <li>n°1 - second level <li>n°2 - second level
        <li>n°3 - main level (should be n°4) <li>n°4 - main level (should be n°5)
      The correct
        should be :
          <li>n°1 - main level
               <li>n°2 - main level
               <li>n°3 - main level
          
            <li>n°1 - second level <li>n°2 - second level
          <li>n°4 - main level <li>n°5 - main level

        I had to instal a plugin to edit the HTML

        Thanks !

Hi everyone, I have a strange issue with ordered list and sub ordered list, the numbering is inconsistant. See pics for version "text" and "html" version. The sub <ol> is part of the main <ol> but not included in the <li>. Thunderbird do : <ol> <li>n°1 - main level</li> <li>n°2 - main level<br> </li> <li>n°3 - main level'''</li>''' <ol> <li>n°1 - second level</li> <li>n°2 - second level</li> </ol> <li>n°3 - main level (should be n°4)</li> <li>n°4 - main level (should be n°5)</li> </ol> The correct <ol> should be : <ol> <li>n°1 - main level</li> <li>n°2 - main level<br> </li> <li>n°3 - main level <ol> <li>n°1 - second level</li> <li>n°2 - second level</li> </ol> '''</li>''' <li>n°4 - main level</li> <li>n°5 - main level</li> </ol> I had to instal a plugin to edit the HTML Thanks !
Приложени снимци екрана

Сви одговори (3)

more options

That's because internal OL should be inside LI, not outside.

more options

I know, but it like Thunderbird create it. Not really cool... It sound like a bug.

I have to edit the OL myself with a plugin (I'm webdeveloper), when I put the LI closer at the right place, it's ok.

But it should be automatic.

I didn't find a place to report bugs, do you know where I could drop this ?

more options

Измењено од стране TyDraniu