Skip to content

Lobo Evolution 3.1

Compare
Choose a tag to compare
@oswetto oswetto released this 14 Nov 23:56
· 179 commits to master since this release

Structure

  • LoboXalan.
    Repalce discontinue Apche Xalan with htmlunit-xpath, added change to make it compatible with LoboEvolution

  • LoboUnitTest
    Implemented Dom Test Suite Level 1 core and Level 2 core from org.w3c.domts

  • Fixed build and compile with 9, 11, 14, 17 and 18. Issues #75 #76 #77

  • Fixed User Agent problem #75 and add possibility to search from address bar

  • Fixed Implicit narrowing conversion in compound assignment

Browser Features

  • Added Blu Screen Error Page, when http response is not 200 ok. Tested with https://httpstat.us
  • Improvved Strong password suggested

Html4 Features

  • Implemented html tag details
  • Added default input type text

Html Features

  • Improvved xhtml support

CSS Features

  • Improvved MediaQuery support
  • Implemented !important rule
  • Fixed ComputedCSSStyleDeclaration return value when parent node is null
  • Don't set css if value is Unknown

JS Features


Node js:

  • node.isEqualNode
  • node.attributes
  • node.isSupported

CharData js:

  • chardata.substringData
  • chardata.replace

Document js:

  • document.applets
  • document.anchor
  • document.createEntityReference

DOMImplementation js

  • Added check qualifiedName in createDocumentType

JS Objects Features

  • Entity
  • EntityReference
  • Notation

PDF Features

  • replacement for CCITTFaxDecoder (from JPedal LGPL) to fix issue with some images encoded in T.4

What's Changed

Full Changelog: 3.0...3.1