Skip to content

InstructionProcessor doesn't work in text mode. #227

@withinboredom

Description

@withinboredom

If the tokenizer enters 'text mode' then no other tags are parsed. I don't know the spec well enough to know whether it should or not.

Example:

<!DOCTYPE html>
<html lang="<?l en ?>"> <-- not processed
<head>
    <title><?s Title ?></title> <-- not processed
</head>
<body>
<p><?s hello world ?></p> <-- processed
</body>
</html>

possibly related: #211

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions