Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox 4 displays closing CDATA tag ]]> on the screen for object tag

  • 1 답장
  • 6 이 문제를 만남
  • 5 보기
  • 최종 답변자: cor-el

more options

With the recent Firefox 4 version. I am facing following problems with the website I am developing:

1. For svg objects inside html page with Firefox 4 it now displays closing CDATA tag on the screen.

It only displays ]]> on the screen.

I have object specified using

<object class="svgobj batteryGraphObj" type="image/svg+xml"> 
      <![CDATA[
        <?xml version="1.0" encoding="UTF-8"?>
 ]]>......
      </object>

2. When the svg is added using div tags it doesn't display on the screen if the width is more than browser width. It was working on Firefox 3.6 but have stopped working with 4. We had a overflow specified with scrolling effect on the screen if user wants to view next section.

With the recent Firefox 4 version. I am facing following problems with the website I am developing: 1. For svg objects inside html page with Firefox 4 it now displays closing CDATA tag on the screen. It only displays ]]> on the screen. I have object specified using <pre><nowiki><object class="svgobj batteryGraphObj" type="image/svg+xml"> <![CDATA[ <?xml version="1.0" encoding="UTF-8"?> ]]>...... </object></nowiki></pre> 2. When the svg is added using div tags it doesn't display on the screen if the width is more than browser width. It was working on Firefox 3.6 but have stopped working with 4. We had a overflow specified with scrolling effect on the screen if user wants to view next section.

글쓴이 cor-el 수정일시

모든 댓글 (1)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25