Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Extract description title from helper script #20

@dmorejon

Description

@dmorejon

In this case the helper script has a description call that has a relevant title. The current behavior is use the file path as the title if there is no description call or existing title tag, but it would be better if we used the description title from the helper script. This is relatively non-trivial since it would potentially require transformations to be dependent on each other and the tool to keep meta-information on extracted titles from previous transformations.

Example:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>fast/dom/SelectorAPI/id-fastpath-strict.html</title>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
</head>
<body>
<script src="resources/id-fastpath-strict.js"></script>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions