搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Webpage Number Sequencing

more options

I have a company website that has numbered lists. The sequence of the numbers, for example is: 1. XXX

  a. XXX
  b. XX

4. XXX

For some reason it counts the a & b as numbers and displays 4 when it should be 2. Other browsers (Edge and Chrome) display the sequence normally.

I have a company website that has numbered lists. The sequence of the numbers, for example is: 1. XXX a. XXX b. XX 4. XXX For some reason it counts the a & b as numbers and displays 4 when it should be 2. Other browsers (Edge and Chrome) display the sequence normally.
附加的畫面擷圖

所有回覆 (2)

more options

Is this about nesting lists ?

<ol>
  <li>first item
    <!-- closing </li> tag is not here! -->
    <ol type='a'>
      <li>first item first subitem</li>
      <li>first item second subitem</li>
    </ol>
  </li>
  <!-- Here's the closing </li> tag -->
  <li>second item</li>
</ol>

由 cor-el 於 修改

有幫助嗎?

more options

Hi cor-el,

Yes, it appears to be an issue with the nesting list. Just to clarify I'm not a coder or programmer, just a user. I'm posting here because this is an issue exclusively when viewing using Firefox browser.

I would like to establish if there's an issue within Firefox, or if I need to recommend something to the website developer, and if so, what would that be?

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題