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: htacg/tidy-html5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: next
Choose a base ref
...
head repository: htacg/tidy-html5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: modernize_ph1
Choose a head ref
  • 1 commit
  • 21 files changed
  • 1 contributor

Commits on Mar 29, 2017

  1. Implement word-wrapping in Tidy Console

    Improved documentation
    Compiler warnings
    Tested to build and run on:
    - Mac OS X
    - Ubuntu
    - Windows 10
    
    Regression testing:
    - Using the new branch word_wrap, there are zero regressions when tested in
      Mac OS X, Ubuntu, and Windows 10.
    - In word_wrap, all of the config files were updated to use --console-width 80,
      so that regression testing won't be dependent on the testers' console width!
    - Will update the testing branch after merge.
    
    Finally get rid of the dangerous drop-font-tags.
    
    Removed obsolete TidyHideEndTags, which was only ever a synonym for
    TidyOmitOptionalTags.
    
    Give TidyCSSPrefix a proper default.
    balthisar committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    d6c2b83 View commit details
    Browse the repository at this point in the history
Loading