Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • E Editoria Typescript
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • XSweet
  • Editoria Typescript
  • Issues
  • #10

Closed
Open
Created Jan 17, 2017 by Wendell Piez@wendellOwner

HTML head element

XSweet will typically emit something like this:

<head>
      <meta charset="UTF-8"/>
      <style type="text/css">
.Default { /* Default*/ font-family: Helvetica; font-size: 11pt }</style>
   </head>
...

The CSS represents formatting as applied to Styles in the original Word document. (The <meta> tag is ceremonial, though sometimes useful.)

@yannisbarlas , what kind of <head> element, if any, does Editoria want to see? We can remove either or both of the elements, or the <head> itself. (Right now it removes the style but not the meta - first guess.)

Assignee
Assign to
Time tracking