Skip to content
View carlosame's full-sized avatar

Organizations

@css4j
Block or Report

Block or report carlosame

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. css4j/css4j css4j/css4j Public

    CSS parser with Event and Object Model APIs, a DOM wrapper and a CSS-aware DOM implementation. Written in the Java™ language.

    Java 13

  2. css4j/echosvg css4j/echosvg Public

    SVG implementation in the Java™ Language, fork of Apache Batik, supporting level 4 selectors and colors.

    Java 35 3

  3. A switch-like function for CSS A switch-like function for CSS
    1
    # A switch-like function for CSS
    2
    
                  
    3
    
                  
    4
    ## Rationale
    5
    
                  
  4. Compact CSS media rules: the 'assign... Compact CSS media rules: the 'assign' mechanism
    1
    # Compact CSS media rules: the `@assign` mechanism
    2
    
                  
    3
    
                  
    4
    ## Justification
    5
    
                  
  5. Compile 'module-info' separately in ... Compile 'module-info' separately in Gradle
    1
    # Compile `module-info` separately in Gradle
    2
    
                  
    3
    To make projects compatible with both Java 8 and modular JDKs, a popular strategy
    4
    is to compile the project so it produces Java 8 bytecode, and separately compile
    5
    the `module-info.java` file targeting a modular JDK version.
  6. Maven dependency version ranges for ... Maven dependency version ranges for libraries
    1
    # Maven dependency version ranges
    2
    
                  
    3
    
                  
    4
    ### Introduction
    5