Skip to content

[Bug]: Live Preview throws false-positive "Expected before ." syntax error on valid HTML boilerplate #157

Description

@Aaryan-Sharma-5

Description

The application's HTML linter or live-preview parser is incorrectly flagging standard, valid HTML5 boilerplate as a syntax error. This breaks the preview functionality for basic markup.

Steps To Reproduce

  1. Navigate to the deployed Webify Editor.
  2. Select the HTML tab.
  3. Input standard HTML5 boilerplate (e.g., , , , ).
  4. Observe the Live Preview window.

Expected Behavior

The Live Preview should render the valid HTML silently or display the output without throwing structural exceptions.

Actual Behavior

A blocking error card renders in the preview pane stating: HTML syntax error. Expected before .

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions