Running header setting : string-set property and string() function

Character strings from the headings in the main body can be displayed in the page header.

@page {
  @top-left {
    content: string(Chapter);
  }
}

h1 { string-set: Chapter content(); }