Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ietf-tools/datatracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: martinthomson/datatracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 2, 2023

  1. feat: Lighter styling on internal irefs

    Documents like
    https://datatracker.ietf.org/doc/html/draft-ietf-ohai-ohttp-06 use a
    tagging scheme for certain keywords that turns them into links.  This
    can be useful in giving people the ability to quickly jump to the
    definition of an important term, but it tends to produce a lot of visual
    noise.  The resulting links are blue and underlined, which can be
    distracting when there are lots of these links.
    
    This change removes styling for these links.  If there is an `<iref>`
    tag (which renders as an empty `<span>`) immediately preceding a link
    and that link is tagged `class="internal"`, link styling is removed.
    These will still result in the cursor changing to a pointer, but the
    blue and underlining will reduce line noise.
    
    Note that this change depends on a corresponding change in kramdown-rfc
    that reorders the generation of the iref and xref tags.  The above
    document will not change in appearance as a result, because that version
    of kramdown-rfc generated the tags in the wrong order.  A new version
    generated with an updated kramdown-rfc is forthcoming.
    martinthomson committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    98c3304 View commit details
    Browse the repository at this point in the history
Loading