Giter Site home page Giter Site logo

fhw-web's People

Contributors

0blu avatar genuineguineapig avatar lukasbraach avatar marianpg avatar mustaphazorgati avatar nhollmann avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fhw-web's Issues

.svn Ordner werden mit verarbeitet

Mich als Abnehmer stört es wahnsinnig, das ich die .svn Ordner löschen muss, wenn eine Gruppe mal einen Konflikt hatte. Eine Filterung wäre nicht schlecht.

  • Problem erkennen

  • Problem bereinigen

  • Kühles Blondes genießen

CSS Validator does not support CSS3 Variables

Hello,

it seems that the CSS validator does not support any kind of CSS3 Variables.

The css that I used to create the error:

:root {
    --color-blue: #0000FF;
}

h1 {
    color: var(--color-blue);
}

The resulting error:

Error: Parse Error (in line 2)
Parse Error (in line 3)
Value Error :  color (nullcolors.html#propdef-color)

                                Parse Error (in line 6)

The current fix would be to just disable the validator inside the server options:

[...]
    validator: {
        css: false,
    }
[...]

Edit: It's probably an error from the w3c css-validator (w3c/css-validator#111)

Fehlerhaftes Matching von verlinkten CSS Stylesheets zur Validierung

Moin,
mir ist aufgefallen, dass CSS Stylesheets, die über den <link>-Tag eingebunden sind, und bei denen nach dem href-Attribut noch ein weiteres Attribut, zum Beispiel ein media-Attribut, folgt, nicht vom Validator geladen werden können. Es erscheint in diesen Fällen die Fehlermeldung
[server] Could not fetch stylesheet "/assets/css/style.css" media="all" for validating.
Dies ist vermutlich auf ein fehlerhaftes Regex-Pattern zum Matching der verlinkten Stylesheets in der Datei "dist\application\validator\regex.js" zurückzuführen. Durch Änderung der zweiten Capturing Group des Patterns "LINKED_CSS" von (.*) auf ([^"]*) scheint das Problem gelöst und nach dem href-Attribut folgende Attribute werden nicht mehr beachtet.

Es wäre toll, wenn ihr euch das mal anschauen könntet, es hindert uns aktuell bei der Bearbeitung der zweiten Aufgabe daran, die "Nicht gefunden"-Seite zu implementieren, außerdem werden unsere CSS Stylesheets nicht validiert. Vielen Dank!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.