Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it clear that relative base hrefs are supported for the client/runtime if appropriately formed #11163

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. Make it clear that relative base hrefs are supported for the client/r…

    …untime if appropriately formed
    
    There are some places where a relative `base href` is not supported (and these are documented/validated), but there is nothing explicitly calling out that they are supported in the client app. This adds a note to solidify this so they can be used (for example in the DevTools server) without the worry of them being undocumented.
    
    Fixes flutter/flutter#154620
    DanTup committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    be2e0ef View commit details
    Browse the repository at this point in the history
  2. Tweak linebreaks

    DanTup committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    748bfdb View commit details
    Browse the repository at this point in the history
  3. Update src/content/ui/navigation/url-strategies.md

    Co-authored-by: Mouad Debbar <[email protected]>
    DanTup and mdebbar committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5578f03 View commit details
    Browse the repository at this point in the history