XMLWordPrintable

Details

    • 2
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Problem Definition

      Confluence does not have a checker to ensure that HTML tags are correctly inserted.
      example 1: image tags that does not have an image

      <p>
        <img alt=""/>
      </p>
      

      Example 2: repetitive tags

      <em><em></em></em>
      

      Suggested Solution

      A quick check when a page is being updated to ensure that this tags are checked ensure that each tag does it correct purpose

      Why this is important

      This crashes some of our third party plugin or cause browser performance issue due to not able to resolve the html tags.

      Workaround

      1. Install Confluence Source Code editor
      2. You will be able to view the HTML.
      3. Remove the problem HTML code.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kng Kenny Ng (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: